summaryrefslogtreecommitdiff
path: root/toolchain
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
parent82dd29d1e8422083c40e52eb2654ba79f378f698 (diff)
downloadmtk-20170518-e37c444450c6af3e3adc23078cc7f29f27b1e712.zip
mtk-20170518-e37c444450c6af3e3adc23078cc7f29f27b1e712.tar.gz
mtk-20170518-e37c444450c6af3e3adc23078cc7f29f27b1e712.tar.bz2
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')
-rw-r--r--toolchain/Config.in1
-rw-r--r--toolchain/musl/Config.in1
2 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 7302e9f..7c0e3ce 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 d75c206..4049f24 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.