diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-02-02 21:25:22 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-02-02 21:58:52 +1300 |
commit | 30bffa96b215a16c3adc88446d3d2ecc66d4450b (patch) | |
tree | 2905b511179c1ca4b1d7549bf8a0cbe7965c20c1 /maintainer | |
parent | 7f6fe28ce013d2ea9684f781624e57b9b4dff7c7 (diff) | |
download | crosstool-ng-30bffa96b215a16c3adc88446d3d2ecc66d4450b.tar.gz crosstool-ng-30bffa96b215a16c3adc88446d3d2ecc66d4450b.tar.bz2 crosstool-ng-30bffa96b215a16c3adc88446d3d2ecc66d4450b.zip |
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.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index 19693548..51bb28c0 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" |