mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Force rebuild of base-files on new profile selection
This commit is contained in:
parent
df039df5b3
commit
93e9c0e4cb
1 changed files with 3 additions and 0 deletions
|
|
@ -140,6 +140,9 @@ function genconfig {
|
|||
exit 1
|
||||
fi
|
||||
|
||||
# Clean base-file package to force rebuild when changing profile
|
||||
make package/base-files/clean
|
||||
|
||||
# Base config on master
|
||||
v "Config $BOARDTYPE selected"
|
||||
v "cp $CONFIGPATH/config .config"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue