Openwrt » Historial » Versió 2
Pau Escrich, 21-06-2011 11:47
| 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 | You can do any changes, and the to rebuild target system: |
||
| 10 | <pre> |
||
| 11 | make target/install V=99 |
||
| 12 | </pre> |
||
| 13 | |||
| 14 | |||
| 15 | h3. Mount squashfs to local computer |
||
| 16 | 2 | Pau Escrich | |
| 17 | 1 | Pau Escrich | <pre> |
| 18 | staging_dir/host/bin/unsquashfs4 ~/13f/alix/bin/x86/openwrt-x86-generic-rootfs-squashfs.img |
||
| 19 | </pre> |