aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-26 12:13:02 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-26 12:13:02 +0000
commite37c444450c6af3e3adc23078cc7f29f27b1e712 (patch)
tree3cf0be3c4cc908f3d9c672809d1e23910086fcf3 /toolchain/Config.in
parent82dd29d1e8422083c40e52eb2654ba79f378f698 (diff)
downloadupstream-e37c444450c6af3e3adc23078cc7f29f27b1e712.tar.gz
upstream-e37c444450c6af3e3adc23078cc7f29f27b1e712.tar.bz2
upstream-e37c444450c6af3e3adc23078cc7f29f27b1e712.zip
musl: move the dependency on BROKEN to the right config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39754
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in1
1 files changed, 1 insertions, 0 deletions
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