openwrt: adapt repository structure to simplify build environment setup

This commit is contained in:
Bart Van Der Meerssche 2009-11-20 10:42:43 +00:00
parent bf0c4948df
commit 93582b14fe
1486 changed files with 42 additions and 20 deletions

20
openwrt/INSTALL.txt Normal file
View File

@ -0,0 +1,20 @@
$Id$
1/ Set up the OpenWRT build environment
---------------------------------------
svn export svn://svn.openwrt.org/openwrt/tags/8.09 8.09.flukso
svn co http://svn.jokamajo.org/flukso/trunk/openwrt 8.09.flukso
2/ Apply custom Flukso patches to OpenWRT
-----------------------------------------
cd 8.09.flukso
patch -p0 < patches/100.disable.console.patch
patch -p0 < patches/110.set.console.baud.to.4800.patch
patch -p0 < patches/120.set.AR5315_RESET_GPIO.to.6.patch
cd package/busybox/patches
ln -s ../../../patches/245.ignore.dhcpc.sigterm.patch .
3/ Build
--------
make menuconfig
make

Some files were not shown because too many files have changed in this diff Show More