aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/Config.version
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.version
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.version')
-rw-r--r--toolchain/musl/Config.version16
1 files changed, 2 insertions, 14 deletions
diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version
index b936cb2804..b88bf65bae 100644
--- a/toolchain/musl/Config.version
+++ b/toolchain/musl/Config.version
@@ -3,22 +3,10 @@ if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
- default "0.9.8" if MUSL_VERSION_0_9_8
- default "0.9.9" if MUSL_VERSION_0_9_9
- default "0.9.10" if MUSL_VERSION_0_9_10
- default "0.9.11" if MUSL_VERSION_0_9_11
+ default "0.9.15" if MUSL_VERSION_0_9_15
-config MUSL_VERSION_0_9_8
+config MUSL_VERSION_0_9_15
default y if !TOOLCHAINOPTS
bool
-config MUSL_VERSION_0_9_9
- bool
-
-config MUSL_VERSION_0_9_10
- bool
-
-config MUSL_VERSION_0_9_11
- bool
-
endif