aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-24 21:10:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-24 21:10:11 +0000
commitde750029f42feb180f12671fa9a8e17a49432fe2 (patch)
treeceb25e515780e2c075ff15fddad9aeeafc12c1e1 /toolchain/musl/Config.in
parent06a3d35eda134aa178747be2a3b92e35625863ec (diff)
downloadupstream-de750029f42feb180f12671fa9a8e17a49432fe2.tar.gz
upstream-de750029f42feb180f12671fa9a8e17a49432fe2.tar.bz2
upstream-de750029f42feb180f12671fa9a8e17a49432fe2.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> SVN-Revision: 39750
Diffstat (limited to 'toolchain/musl/Config.in')
-rw-r--r--toolchain/musl/Config.in20
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