mirror of https://github.com/hak5/openwrt-owl.git
toolchain: mark musl as non-broken
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42977owl
parent
0ef474a118
commit
939d0869cc
|
@ -221,7 +221,6 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue