![]() 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> |
||
---|---|---|
.. | ||
root_file_system/etc | ||
.config |