Projecte

General

Perfil

Actions

Openwrt » Historial » Revisió 7

« Anterior | Revisió 7/8 (diferencies) | Següent »
Agustí Moll Garcia, 03-07-2011 18:01


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

VirtualBox:

La maquina virtual ha de tenir:
  • Un port serie.
  • El disc configurat com a IDE.

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 Agustí Moll Garcia fa més de 13 anys · 7 revisions