mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
Fix masterconfig check
This commit is contained in:
parent
4c82a8cbe5
commit
0aa89d7bbf
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ function genconfig {
|
|||
# Generate base config
|
||||
# Used only for iopsys targets, not openwrt targets
|
||||
rm -f .config
|
||||
if [ $masterconfig ]; then
|
||||
if [ $masterconfig -eq 1 ]; then
|
||||
v "Config $BOARDTYPE selected"
|
||||
v "cp $CONFIGPATH/config .config"
|
||||
cp $CONFIGPATH/config .config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue