Openwrt » Historial » Versió 3
Pau Escrich, 21-06-2011 11:48
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> |
||
20 | 3 | Pau Escrich | |
21 | h3. Links |
||
22 | |||
23 | http://www.buildroot.org/downloads/buildroot.html |
||
24 | |||
25 | http://openwrt.pbworks.com/w/page/13164279/Useful_Trunk_Rebuild_Make_Targets |
||
26 | |||
27 | http://wiki.openwrt.org/doc/techref/buildroot |