don't nest choices

New versions of Kconfig won't allow choices to be nested. Update the
kconfig template accordingly.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2021-02-02 21:25:22 +13:00
parent 7f6fe28ce0
commit 30bffa96b2

View File

@ -68,6 +68,8 @@ config @@fork|@@_SRC_DEVEL
Default is the vendor repository at @@repository_url@@
#!end-if
endchoice
if @@fork|@@_SRC_DEVEL
choice
@ -176,8 +178,6 @@ config @@fork|@@_CUSTOM_LOCATION
endif
endchoice
if EXPERIMENTAL
choice
bool "@@pkg_label@@ patches origin"