openwrt: update the installation instructions for a Backfire tailored to Flukso platforms
This commit is contained in:
parent
d3cb9618f7
commit
76b5ef7a3d
|
@ -0,0 +1,2 @@
|
|||
To install a customized OpenWRT Backfire build environment for Flukso targets:
|
||||
./install.sh /path/you/would/like/to/backfire
|
|
@ -1,23 +0,0 @@
|
|||
$Id$
|
||||
|
||||
1/ Set up the OpenWRT build environment
|
||||
---------------------------------------
|
||||
svn export svn://svn.openwrt.org/openwrt/tags/8.09 8.09.flukso
|
||||
svn co --force 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
|
||||
|
||||
4/ Enjoy!
|
||||
---------
|
|
@ -33,4 +33,6 @@ patch -p0 < $REPO_PATH/patches/100-disable.console.patch
|
|||
patch -p0 < $REPO_PATH/patches/110-set.console.baud.to.4800.patch
|
||||
|
||||
# and to build the flash image
|
||||
# make -j4
|
||||
echo To compile this custom backfire build for Flukso, just type: make -j8
|
||||
echo Use approx. as many jobs as the number of cores available on your build machine.
|
||||
|
||||
|
|
Loading…
Reference in New Issue