firmware/bsp/wr741nd4
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
..
root_file_system/etc buildscript: support community files with templates 2013-09-14 00:16:31 +02:00
.config bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00