firmware/bsp
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
..
default/root_file_system/etc Nodewatcher: add information about batman adv. gateway mode and gateway list to xml 2013-10-18 17:01:39 +02:00
dir300 bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
fonera bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
wr741nd2 bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
wr741nd4 bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
wr841n8 bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
wr841nd7 bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
wr1043nd bsp/*/.config: sort all config files for better diffs 2013-10-20 19:35:55 +02:00
board_dir300.bsp Add systemclt section for starting and stopping the tftpd for flashing a dir300 on Archlinux 2013-10-08 10:04:14 +00:00
board_fonera.bsp bsp/dir300|fonera: remove the fastd template script 2013-09-14 12:47:48 +02:00
board_wr741nd2.bsp WR741V2: changes based on AA branch 2013-02-02 01:01:54 +01:00
board_wr741nd4.bsp WR741V4: changes based on AA branch 2013-02-02 01:01:13 +01:00
board_wr841n8.bsp wr841n8: fix eth1 multicast 2013-08-04 22:44:21 +00:00
board_wr841nd7.bsp wr841nd7: remove very old patch 2013-02-16 16:00:21 +01:00
board_wr1043nd.bsp WR1043: changes based on AA branch 2013-02-02 01:01:21 +01:00