mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Merge pull request #1527 from cpackham/kconfig-fix
Move SRC_CUSTOM inside choice
This commit is contained in:
commit
5ab29fbf3e
@ -68,6 +68,12 @@ config @@fork|@@_SRC_DEVEL
|
|||||||
Default is the vendor repository at @@repository_url@@
|
Default is the vendor repository at @@repository_url@@
|
||||||
#!end-if
|
#!end-if
|
||||||
|
|
||||||
|
config @@fork|@@_SRC_CUSTOM
|
||||||
|
bool "Custom location"
|
||||||
|
depends on EXPERIMENTAL
|
||||||
|
help
|
||||||
|
Custom directory or tarball.
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
if @@fork|@@_SRC_DEVEL
|
if @@fork|@@_SRC_DEVEL
|
||||||
@ -163,12 +169,6 @@ config @@fork|@@_DEVEL_BOOTSTRAP
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
config @@fork|@@_SRC_CUSTOM
|
|
||||||
bool "Custom location"
|
|
||||||
depends on EXPERIMENTAL
|
|
||||||
help
|
|
||||||
Custom directory or tarball.
|
|
||||||
|
|
||||||
if @@fork|@@_SRC_CUSTOM
|
if @@fork|@@_SRC_CUSTOM
|
||||||
|
|
||||||
config @@fork|@@_CUSTOM_LOCATION
|
config @@fork|@@_CUSTOM_LOCATION
|
||||||
|
Loading…
Reference in New Issue
Block a user