mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-20 05:09:08 +00:00
Small bugfix. If EXPERT is not set to yes we got error when we choose a board with DEV only target. By accepting this developers warning we have to get full expert status anyway.
This commit is contained in:
parent
93ae28f78d
commit
dfc27eb741
1 changed files with 2 additions and 0 deletions
|
@ -142,10 +142,12 @@ if [[ -z $BOARD ]]; then
|
||||||
STATE_DESCRIPTION=' - \Z1(CSC)\Zn - Community Supported Configuration\n - \Z1(WIP)\Zn - Work In Progress\n - \Z1(EOS)\Zn - End Of Support'
|
STATE_DESCRIPTION=' - \Z1(CSC)\Zn - Community Supported Configuration\n - \Z1(WIP)\Zn - Work In Progress\n - \Z1(EOS)\Zn - End Of Support'
|
||||||
WIP_STATE=unsupported
|
WIP_STATE=unsupported
|
||||||
WIP_BUTTON='supported'
|
WIP_BUTTON='supported'
|
||||||
|
EXPERT=yes
|
||||||
else
|
else
|
||||||
STATE_DESCRIPTION=' - Officially supported boards'
|
STATE_DESCRIPTION=' - Officially supported boards'
|
||||||
WIP_STATE=supported
|
WIP_STATE=supported
|
||||||
WIP_BUTTON='CSC/WIP/EOS'
|
WIP_BUTTON='CSC/WIP/EOS'
|
||||||
|
EXPERT=no
|
||||||
fi
|
fi
|
||||||
continue
|
continue
|
||||||
elif [[ $STATUS == 0 ]]; then
|
elif [[ $STATUS == 0 ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue