From 5c0dc7e33dd2db5f8ca4c6f62e54a4533f9abc15 Mon Sep 17 00:00:00 2001 From: Mats Karrman Date: Tue, 30 Aug 2016 10:06:34 +0200 Subject: [PATCH] iop/scripts/genconfig: Always write .current_config_file --- iop/scripts/genconfig.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iop/scripts/genconfig.sh b/iop/scripts/genconfig.sh index fb41cacf8..9038d094f 100755 --- a/iop/scripts/genconfig.sh +++ b/iop/scripts/genconfig.sh @@ -188,9 +188,10 @@ function genconfig { echo "CONFIG_TARGET_${target}=y" >> .config echo "CONFIG_TARGET_${target}_${BOARDTYPE}=y" >> .config + echo "$BOARDTYPE $CUSTOMER" > .current_config_file + # Add customerconfig diff if a customer is selected if [ -n "$CUSTOMER" ]; then - echo "$BOARDTYPE $CUSTOMER" > .current_config_file if [ -d "$CUSTCONF/$BOARDTYPE/$CUSTOMER/fs" ]; then v "cp -rLp $CUSTCONF/$BOARDTYPE/$CUSTOMER/fs/* $FILEDIR" cp -rLp $CUSTCONF/$BOARDTYPE/$CUSTOMER/fs/* $FILEDIR