From e37c444450c6af3e3adc23078cc7f29f27b1e712 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Wed, 26 Feb 2014 12:13:02 +0000
Subject: [PATCH] musl: move the dependency on BROKEN to the right config
 symbol

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

SVN-Revision: 39754
---
 toolchain/Config.in      | 1 +
 toolchain/musl/Config.in | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/toolchain/Config.in b/toolchain/Config.in
index 7302e9f874..7c0e3ce086 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -219,6 +219,7 @@ choice
 	config LIBC_USE_MUSL
 		bool "Use musl"
 		select USE_MUSL
+		depends on BROKEN
 		depends on !(mips64 || mips64el)
 
 endchoice
diff --git a/toolchain/musl/Config.in b/toolchain/musl/Config.in
index d75c206e22..4049f24664 100644
--- a/toolchain/musl/Config.in
+++ b/toolchain/musl/Config.in
@@ -3,7 +3,6 @@
 choice
 	prompt "musl Version"
 	depends on TOOLCHAINOPTS && USE_MUSL
-	depends on BROKEN
 	default MUSL_USE_VERSION_0_9_15
 	help
 	  Select the version of musl you wish to use.
-- 
2.30.2