diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 21:10:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-24 21:10:11 +0000 |
commit | 58d22ab8a4b1cb33ed55a1600270f6cbadfd98f8 (patch) | |
tree | 3890efe869cec8c18e3c5d1290deccaffec3f56b /toolchain/musl/Config.in | |
parent | 2c60412f00cbf5d2877e7041fd7c672ebe21fb6e (diff) | |
download | upstream-58d22ab8a4b1cb33ed55a1600270f6cbadfd98f8.tar.gz upstream-58d22ab8a4b1cb33ed55a1600270f6cbadfd98f8.tar.bz2 upstream-58d22ab8a4b1cb33ed55a1600270f6cbadfd98f8.zip |
toolchain/musl: add version 0.9.15, remove older versions (still broken, but closer to being functional than before)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39750 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/musl/Config.in')
-rw-r--r-- | toolchain/musl/Config.in | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/toolchain/musl/Config.in b/toolchain/musl/Config.in index 6bc7cceaf4..d75c206e22 100644 --- a/toolchain/musl/Config.in +++ b/toolchain/musl/Config.in @@ -4,25 +4,13 @@ choice prompt "musl Version" depends on TOOLCHAINOPTS && USE_MUSL depends on BROKEN - default MUSL_USE_VERSION_0_9_8 + default MUSL_USE_VERSION_0_9_15 help Select the version of musl you wish to use. - config MUSL_USE_VERSION_0_9_8 - select MUSL_VERSION_0_9_8 - bool "musl 0.9.8" - - config MUSL_USE_VERSION_0_9_9 - select MUSL_VERSION_0_9_9 - bool "musl 0.9.9" - - config MUSL_USE_VERSION_0_9_10 - select MUSL_VERSION_0_9_10 - bool "musl 0.9.10" - - config MUSL_USE_VERSION_0_9_11 - select MUSL_VERSION_0_9_11 - bool "musl 0.9.11" + config MUSL_USE_VERSION_0_9_15 + select MUSL_VERSION_0_9_15 + bool "musl 0.9.15" endchoice |