mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Remove wip from genconfig
This commit is contained in:
parent
f8e7362648
commit
df9e651719
1 changed files with 1 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue