musl: update to version 1.1.11
[openwrt/staging/chunkeey.git] / toolchain / musl / Config.version
index 685aef2b9d8dcc14b75fcc667faa61c3d6390ee2..72236dba0aa42549f39655da3158e023c0e31a2f 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.11"
 
 endif