summaryrefslogtreecommitdiff
path: root/toolchain/musl
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/musl
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/musl')
-rw-r--r--toolchain/musl/Config.in1
1 files changed, 0 insertions, 1 deletions
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.