Openwrt » Historial » Versió 5
Agustí Moll Garcia, 01-07-2011 13:55
1 | 1 | Pau Escrich | h1. Openwrt |
---|---|---|---|
2 | |||
3 | h3. Target system |
||
4 | |||
5 | After first compilation the target system is inside: |
||
6 | <pre> |
||
7 | build_dir/target-i386_uClibc-0.9.30.1/root-x86/ |
||
8 | </pre> |
||
9 | 4 | Pau Escrich | You can do any change, and then to rebuild target system: |
10 | 1 | Pau Escrich | <pre> |
11 | make target/install V=99 |
||
12 | </pre> |
||
13 | |||
14 | 5 | Agustí Moll Garcia | h3. Compilar/Netejar paquets |
15 | |||
16 | <pre> |
||
17 | make package/<nom>/{compile,clean} package/index V=99 |
||
18 | </pre> |
||
19 | 1 | Pau Escrich | |
20 | h3. Mount squashfs to local computer |
||
21 | 2 | Pau Escrich | |
22 | 1 | Pau Escrich | <pre> |
23 | staging_dir/host/bin/unsquashfs4 ~/13f/alix/bin/x86/openwrt-x86-generic-rootfs-squashfs.img |
||
24 | </pre> |
||
25 | 3 | Pau Escrich | |
26 | h3. Links |
||
27 | |||
28 | http://www.buildroot.org/downloads/buildroot.html |
||
29 | |||
30 | http://openwrt.pbworks.com/w/page/13164279/Useful_Trunk_Rebuild_Make_Targets |
||
31 | |||
32 | http://wiki.openwrt.org/doc/techref/buildroot |