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 | de750029f42feb180f12671fa9a8e17a49432fe2 (patch) | |
tree | ceb25e515780e2c075ff15fddad9aeeafc12c1e1 /toolchain/musl/Config.in | |
parent | 06a3d35eda134aa178747be2a3b92e35625863ec (diff) | |
download | mtk-20170518-de750029f42feb180f12671fa9a8e17a49432fe2.zip mtk-20170518-de750029f42feb180f12671fa9a8e17a49432fe2.tar.gz mtk-20170518-de750029f42feb180f12671fa9a8e17a49432fe2.tar.bz2 |
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>
SVN-Revision: 39750
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 6bc7cce..d75c206 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 |