Projecte

General

Perfil

Openwrt » Historial » Revisió 2

Revisió 1 (Pau Escrich, 21-06-2011 11:47) → Revisió 2/8 (Pau Escrich, 21-06-2011 11:47)

h1. Openwrt 

 h3. Target system 

 After first compilation the target system is inside: 
 <pre> 
 build_dir/target-i386_uClibc-0.9.30.1/root-x86/ 
 </pre> 
 You can do any changes, and the to rebuild target system: 
 <pre> 
 make target/install V=99 
 </pre> 


 h3. Mount squashfs to local computer 

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