summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-02-02 08:25:22 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-02-02 08:58:52 (GMT)
commit30bffa96b215a16c3adc88446d3d2ecc66d4450b (patch)
tree2905b511179c1ca4b1d7549bf8a0cbe7965c20c1 /maintainer
parent7f6fe28ce013d2ea9684f781624e57b9b4dff7c7 (diff)
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>
Diffstat (limited to 'maintainer')
-rw-r--r--maintainer/kconfig-versions.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index 1969354..51bb28c 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -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"