mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-13 15:56:31 +00:00
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:
parent
7f6fe28ce0
commit
30bffa96b2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user