Force rebuild of base-files on new profile selection

This commit is contained in:
Jonas Höglund 2016-05-26 12:46:13 +02:00
parent df039df5b3
commit 93e9c0e4cb

View file

@ -140,6 +140,9 @@ function genconfig {
exit 1 exit 1
fi fi
# Clean base-file package to force rebuild when changing profile
make package/base-files/clean
# Base config on master # Base config on master
v "Config $BOARDTYPE selected" v "Config $BOARDTYPE selected"
v "cp $CONFIGPATH/config .config" v "cp $CONFIGPATH/config .config"