diff --git a/mote/v1/openwrt/INSTALL b/mote/v1/openwrt/INSTALL new file mode 100644 index 0000000..22256c1 --- /dev/null +++ b/mote/v1/openwrt/INSTALL @@ -0,0 +1,2 @@ +To install a customized OpenWRT Backfire build environment for Flukso targets: +./install.sh /path/you/would/like/to/backfire diff --git a/mote/v1/openwrt/INSTALL.flukso b/mote/v1/openwrt/INSTALL.flukso deleted file mode 100644 index 53cf2ee..0000000 --- a/mote/v1/openwrt/INSTALL.flukso +++ /dev/null @@ -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! ---------- diff --git a/mote/v1/openwrt/install.sh b/mote/v1/openwrt/install.sh index f062022..9a998e8 100755 --- a/mote/v1/openwrt/install.sh +++ b/mote/v1/openwrt/install.sh @@ -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. +