toolchain: mark musl as non-broken

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42977 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Felix Fietkau 2014-10-19 21:57:28 +00:00
parent 069e264caa
commit fb600aedfd
1 changed files with 0 additions and 1 deletions

View File

@ -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