Openwrt » Historial » Versió 6
Pau Escrich, 01-07-2011 15:06
| 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 | 6 | Pau Escrich | h3. Compile/Clean individual packets |
| 15 | 5 | Agustí Moll Garcia | |
| 16 | 1 | Pau Escrich | <pre> |
| 17 | 6 | Pau Escrich | make package/<name>/{compile,clean,install} V=99 |
| 18 | make package/feeds/<feed name>/<package name>/{compile,clean,install} V=99 |
||
| 19 | 5 | Agustí Moll Garcia | </pre> |
| 20 | 1 | Pau Escrich | |
| 21 | h3. Mount squashfs to local computer |
||
| 22 | 2 | Pau Escrich | |
| 23 | 1 | Pau Escrich | <pre> |
| 24 | staging_dir/host/bin/unsquashfs4 ~/13f/alix/bin/x86/openwrt-x86-generic-rootfs-squashfs.img |
||
| 25 | </pre> |
||
| 26 | 3 | Pau Escrich | |
| 27 | h3. Links |
||
| 28 | |||
| 29 | http://www.buildroot.org/downloads/buildroot.html |
||
| 30 | |||
| 31 | http://openwrt.pbworks.com/w/page/13164279/Useful_Trunk_Rebuild_Make_Targets |
||
| 32 | |||
| 33 | http://wiki.openwrt.org/doc/techref/buildroot |