toolchain/musl: add version 0.9.15, remove older versions (still broken, but closer...
[openwrt.git] / toolchain / musl / Config.version
index a1b303f..b88bf65 100644 (file)
@@ -1,13 +1,12 @@
+if USE_MUSL
+
 config MUSL_VERSION
        string
        depends on USE_MUSL
-       default "0.9.8"       if MUSL_VERSION_0_9_8
-       default "0.9.8"
-
-if !TOOLCHAINOPTS
+       default "0.9.15"        if MUSL_VERSION_0_9_15
 
-       config MUSL_VERSION_0_9_8
-               default y if USE_MUSL
-               bool
+config MUSL_VERSION_0_9_15
+       default y if !TOOLCHAINOPTS
+       bool
 
 endif