In diesem Repository wird die Freifunk Franken Firmware entwickelt.
Go to file
Tim Niemeyer aae0477dc9 bsp/*/.config: sort all config files for better diffs
Used this script to clean up the config files:
--- 8< ---
for cfg in bsp/*/.config; do
    grep -e "^CONFIG\|^# CONFIG" $cfg | sort >> $cfg.new
    mv $cfg.new $cfg
done
--- >8 ---

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2013-10-20 19:35:55 +02:00
bsp bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
build_patches Preserve /etc/shadow to save password over reflash 2013-09-14 00:11:17 +02:00
community buildscript: support community files with templates 2013-09-14 00:16:31 +02:00
flash_tools use revision to build ap51-flash http://dev.cloudtrax.com/downloads/svn/ap51-flash/trunk/ 2012-06-08 16:28:34 +00:00
buildscript buildscript: bump up mac80211 package to r38351 2013-10-20 18:12:42 +02:00