This package allows you to generate your flavour of Freifunk Firmware. Please do a "./gen-openwrt -h" and read the help information provided. Example to make a firmware which is always failsafe: ---------------------------------------------------- cd /tmp tar xvzf freifunk-openwrt-kit-*.tar.gz cd freifunk-openwrt-kit* mkdir root;cd root;tar xvzf ../root.tgz [vi|joe|kate|edit] etc/preinit change "ff_reset=$(nvram get ff_reset)" -> "ff_reset=failsafe" tar cvzf ../root.tgz . ./gen-openwrt g > code.bin ifconfig eth0:0 192.168.1.100 tftp 192.168.1.1 binary rexmt 1 put code.bin [Restart WRT54G(L) to flash new file]