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 should fix#411 as CONFIG_BUSYBOX_CONFIG_FEATURE_SHADOWPASSWDS is
need for correct pw changes.
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
The new build_script uses a bsp-style interface. Now it's possible
to work on more than one board at the same time. Just select the
selected_bsp with the build_script and start over.
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-09-29 18:58:44 +02:00
Renamed from build_configuration/Atheros_AR231x_AR5312/.config (Browse further)