musl: fix mips vdso handling
[openwrt/staging/chunkeey.git] / toolchain / musl / Config.version
index bdefec9ef39c5a5c645c25f7996fd80ee7ff0b5c..4706be1d75c4a9a53aebc50fc1e50d744765d7b2 100644 (file)
@@ -1,18 +1,8 @@
+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.8"
-
-if !TOOLCHAINOPTS
-
-       config MUSL_VERSION_0_9_8
-               default y if USE_MUSL
-               bool
-
-       config MUSL_VERSION_0_9_9
-               default y if USE_MUSL
-               bool
+       default "1.1.12"
 
 endif