aboutsummaryrefslogtreecommitdiffstats
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
commitcda03f85e8575569c19a88122ed32af263bd10de (patch)
tree5c8bdc9543dae04e1d6108c7b84bc6aa0f444f6b /toolchain/musl
parent02fea308ab2212026f0a42406e1a07d00486ef24 (diff)
downloadupstream-cda03f85e8575569c19a88122ed32af263bd10de.tar.gz
upstream-cda03f85e8575569c19a88122ed32af263bd10de.tar.bz2
upstream-cda03f85e8575569c19a88122ed32af263bd10de.zip
musl: move the dependency on BROKEN to the right config symbol
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39754 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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.