Openwrt » Historial » Versió 8
Agustí Moll Garcia, 04-07-2011 14:17
| 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 | 8 | Agustí Moll Garcia | make package/<package name>/{compile,clean,install} package/index 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 | 7 | Agustí Moll Garcia | h3. VirtualBox: |
| 28 | 8 | Agustí Moll Garcia | |
| 29 | 7 | Agustí Moll Garcia | La maquina virtual ha de tenir: |
| 30 | * Un port serie. |
||
| 31 | * El disc configurat com a IDE. |
||
| 32 | |||
| 33 | |||
| 34 | 3 | Pau Escrich | h3. Links |
| 35 | |||
| 36 | http://www.buildroot.org/downloads/buildroot.html |
||
| 37 | |||
| 38 | http://openwrt.pbworks.com/w/page/13164279/Useful_Trunk_Rebuild_Make_Targets |
||
| 39 | |||
| 40 | http://wiki.openwrt.org/doc/techref/buildroot |