Remove wip from genconfig

This commit is contained in:
Jonas Höglund 2016-04-14 14:00:18 +02:00
parent f8e7362648
commit df9e651719

View file

@ -143,8 +143,7 @@ function genconfig {
# Base config on master
v "Config $BOARDTYPE selected"
v "cp $CONFIGPATH/MASTER/config .config"
# cp $CONFIGPATH/MASTER/config .config
rm -f .config
cp $CONFIGPATH/MASTER/config .config
# Apply profile diff to master config if selected
if [ -n "$PROFILE" ]; then
@ -164,9 +163,6 @@ function genconfig {
echo "CONFIG_TARGET_${target}=y" >> .config
echo "CONFIG_TARGET_${target}_${BOARDTYPE}=y" >> .config
# Select customer profile
echo "CONFIG_PACKAGE_iopsys-config=y" >> .config
# Add customerconfig diff if a customer is selected
if [ -n "$CUSTOMER" ]; then
echo "$BOARDTYPE $CUSTOMER" > .current_config_file