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 /toolchain/musl | |
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
Diffstat (limited to 'toolchain/musl')
-rw-r--r-- | toolchain/musl/Config.in | 1 |
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. |