Projecte

General

Perfil

Actions

Openwrt » Historial » Revisió 6

« Anterior | Revisió 6/8 (diferencies) | Següent »
Pau Escrich, 01-07-2011 15:06


Openwrt

Target system

After first compilation the target system is inside:

build_dir/target-i386_uClibc-0.9.30.1/root-x86/

You can do any change, and then to rebuild target system:
make target/install V=99

Compile/Clean individual packets

make package/<name>/{compile,clean,install} V=99
make package/feeds/<feed name>/<package name>/{compile,clean,install} V=99

Mount squashfs to local computer

staging_dir/host/bin/unsquashfs4  ~/13f/alix/bin/x86/openwrt-x86-generic-rootfs-squashfs.img

Links

http://www.buildroot.org/downloads/buildroot.html

http://openwrt.pbworks.com/w/page/13164279/Useful_Trunk_Rebuild_Make_Targets

http://wiki.openwrt.org/doc/techref/buildroot

Actualitzat per Pau Escrich fa casi 13 anys · 6 revisions