toolchain: mark musl as non-broken
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Oct 2014 21:57:28 +0000 (21:57 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 19 Oct 2014 21:57:28 +0000 (21:57 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42977 3c298f89-4303-0410-b956-a3cf2f4a3e73

toolchain/Config.in

index aad7095..3b35ac6 100644 (file)
@@ -221,7 +221,6 @@ choice
        config LIBC_USE_MUSL
                bool "Use musl"
                select USE_MUSL
-               depends on BROKEN
                depends on !(mips64 || mips64el)
 
 endchoice