From 58d22ab8a4b1cb33ed55a1600270f6cbadfd98f8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau <nbd@openwrt.org> Date: Mon, 24 Feb 2014 21:10:11 +0000 Subject: 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 --- toolchain/musl/Config.in | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to 'toolchain/musl/Config.in') 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 -- cgit v1.2.3