gemini: add Linux 4.4 support
[openwrt/staging/yousong.git] / toolchain / musl / Config.version
index 685aef2b9d8dcc14b75fcc667faa61c3d6390ee2..537f3d834bba615cf0693ad1fdcba7e705655f50 100644 (file)
@@ -3,10 +3,6 @@ if USE_MUSL
 config MUSL_VERSION
        string
        depends on USE_MUSL
-       default "1.0.0" if MUSL_VERSION_1_0_0
-
-config MUSL_VERSION_1_0_0
-       default y if !TOOLCHAINOPTS
-       bool
+       default "1.1.15"
 
 endif