mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
musl: move the dependency on BROKEN to the right config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39754 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
02fea308ab
commit
cda03f85e8
@ -219,6 +219,7 @@ choice
|
||||
config LIBC_USE_MUSL
|
||||
bool "Use musl"
|
||||
select USE_MUSL
|
||||
depends on BROKEN
|
||||
depends on !(mips64 || mips64el)
|
||||
|
||||
endchoice
|
||||
|
||||
@ -3,7 +3,6 @@
|
||||
choice
|
||||
prompt "musl Version"
|
||||
depends on TOOLCHAINOPTS && USE_MUSL
|
||||
depends on BROKEN
|
||||
default MUSL_USE_VERSION_0_9_15
|
||||
help
|
||||
Select the version of musl you wish to use.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user