From: nbd Date: Sun, 19 Oct 2014 21:57:28 +0000 (+0000) Subject: toolchain: mark musl as non-broken X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=8267c40d0877d44fea7b67ed77e49c2fb410ae56;p=openwrt.git toolchain: mark musl as non-broken Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42977 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/Config.in b/toolchain/Config.in index aad709578c..3b35ac6ea5 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -221,7 +221,6 @@ choice config LIBC_USE_MUSL bool "Use musl" select USE_MUSL - depends on BROKEN depends on !(mips64 || mips64el) endchoice