From: Felix Fietkau <nbd@openwrt.org>
Date: Sat, 10 Aug 2013 19:16:46 +0000 (+0000)
Subject: musl: mark as broken, many packages do not compile with it
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=6b404a4d0868cde9c372470962d12ef31853d9ed;p=openwrt%2Fstaging%2Fthess.git

musl: mark as broken, many packages do not compile with it

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

SVN-Revision: 37750
---

diff --git a/toolchain/musl/Config.in b/toolchain/musl/Config.in
index 9853a4da4f..6bc7cceaf4 100644
--- a/toolchain/musl/Config.in
+++ b/toolchain/musl/Config.in
@@ -3,6 +3,7 @@
 choice
 	prompt "musl Version"
 	depends on TOOLCHAINOPTS && USE_MUSL
+	depends on BROKEN
 	default MUSL_USE_VERSION_0_9_8
 	help
 	  Select the version of musl you wish to use.