1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 20:23:53 +02:00

toolchain: mark musl as non-broken

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

SVN-Revision: 42977
This commit is contained in:
Felix Fietkau 2014-10-19 21:57:28 +00:00
parent 0ef474a118
commit 939d0869cc

View File

@ -221,7 +221,6 @@ choice
config LIBC_USE_MUSL
bool "Use musl"
select USE_MUSL
depends on BROKEN
depends on !(mips64 || mips64el)
endchoice