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>
This also fixes missing mii/eth-tool on wr841n8. Signed-off-by: Tim Niemeyer <tim@fipux.org>
Basically, this is a clone from wr841nd7. Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>