Commit 75 introduces a new repository layout which should allow anyone with basic Linux skills to build a custom OpenWRT Kamikaze 8.09 kernel and loads of OpenWRT packages for the Fluksometer. A proper introduction to the OpenWRT build environment can be found here. Without further delay, the quick install guide:
- $Id: INSTALL.flukso 75 2009-11-20 12:31:25Z icarus75 $
- 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!
- ---------
The initial build process is quite an endeavor as the x-compile tool chain itself needs to be downloaded and extracted. A second run should be a lot swifter.
If you have a local http server running on your Linux box, symlink the 8.09.flukso/bin/packages/mips directory to a publicly accessible www directory. Then launch this command from your Fluksometer:
- opkg install http://to/public/www/8.09.flukso/packages/mips/my_fav_package_mips.ipk
Cheers,
Bart.
When my router reboots, the flukso cannot re-negotiate the WPA session. I'd like to rebuild the kernel with the patch in https://dev.openwrt.org/ticket/6070 applied.
How do I flash the new image to the flukso?
And, most important, how do I access the bootloader in case something goes very wrong?
TIA,
Andrea.
Hi Andrea,
1/ Please write a separate forum thread for your WPA re-negotiation bug. Best to start the title with [bug] ...
2/ I've written down a sequence for flashing a Fluksometer with a stock or custom build here.
3/ You can access the Fluksometer's bootloader by using the redboot.pl script used in the above forum thread. Launch the perl script and power cycle your Fluksometer. The script will interrupt the boot phase and hand you the redboot command line on a silver platter.
HTH,
Bart.
The bugreport is here:
http://www.flukso.net/content/bug-wpa-session-does-not-recover-disconnec...
Thanks for the instructions, by the way.
Andrea.