Openwrt » History » Version 4
Pau Escrich, 06/21/2011 11:49 AM
1 | 1 | Pau Escrich | h1. Openwrt |
---|---|---|---|
2 | 1 | Pau Escrich | |
3 | 1 | Pau Escrich | h3. Target system |
4 | 1 | Pau Escrich | |
5 | 1 | Pau Escrich | After first compilation the target system is inside: |
6 | 1 | Pau Escrich | <pre> |
7 | 1 | Pau Escrich | build_dir/target-i386_uClibc-0.9.30.1/root-x86/ |
8 | 1 | Pau Escrich | </pre> |
9 | 4 | Pau Escrich | You can do any change, and then to rebuild target system: |
10 | 1 | Pau Escrich | <pre> |
11 | 1 | Pau Escrich | make target/install V=99 |
12 | 1 | Pau Escrich | </pre> |
13 | 1 | Pau Escrich | |
14 | 1 | Pau Escrich | |
15 | 1 | Pau Escrich | h3. Mount squashfs to local computer |
16 | 2 | Pau Escrich | |
17 | 1 | Pau Escrich | <pre> |
18 | 1 | Pau Escrich | staging_dir/host/bin/unsquashfs4 ~/13f/alix/bin/x86/openwrt-x86-generic-rootfs-squashfs.img |
19 | 1 | Pau Escrich | </pre> |
20 | 3 | Pau Escrich | |
21 | 3 | Pau Escrich | h3. Links |
22 | 3 | Pau Escrich | |
23 | 3 | Pau Escrich | http://www.buildroot.org/downloads/buildroot.html |
24 | 3 | Pau Escrich | |
25 | 3 | Pau Escrich | http://openwrt.pbworks.com/w/page/13164279/Useful_Trunk_Rebuild_Make_Targets |
26 | 3 | Pau Escrich | |
27 | 3 | Pau Escrich | http://wiki.openwrt.org/doc/techref/buildroot |