musl: move the dependency on BROKEN to the right config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39754
This commit is contained in:
parent
82dd29d1e8
commit
e37c444450
2 changed files with 1 additions and 1 deletions
|
@ -219,6 +219,7 @@ choice
|
||||||
config LIBC_USE_MUSL
|
config LIBC_USE_MUSL
|
||||||
bool "Use musl"
|
bool "Use musl"
|
||||||
select USE_MUSL
|
select USE_MUSL
|
||||||
|
depends on BROKEN
|
||||||
depends on !(mips64 || mips64el)
|
depends on !(mips64 || mips64el)
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
choice
|
choice
|
||||||
prompt "musl Version"
|
prompt "musl Version"
|
||||||
depends on TOOLCHAINOPTS && USE_MUSL
|
depends on TOOLCHAINOPTS && USE_MUSL
|
||||||
depends on BROKEN
|
|
||||||
default MUSL_USE_VERSION_0_9_15
|
default MUSL_USE_VERSION_0_9_15
|
||||||
help
|
help
|
||||||
Select the version of musl you wish to use.
|
Select the version of musl you wish to use.
|
||||||
|
|
Loading…
Reference in a new issue