diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-26 12:13:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-26 12:13:02 +0000 |
commit | e37c444450c6af3e3adc23078cc7f29f27b1e712 (patch) | |
tree | 3cf0be3c4cc908f3d9c672809d1e23910086fcf3 | |
parent | 82dd29d1e8422083c40e52eb2654ba79f378f698 (diff) | |
download | upstream-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
-rw-r--r-- | toolchain/Config.in | 1 | ||||
-rw-r--r-- | toolchain/musl/Config.in | 1 |
2 files changed, 1 insertions, 1 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 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. |