musl: update to 1.0.0
[lede-git/.git] / toolchain / musl / Config.version
index e76033be22746562bf15cbfc02a943b6bc921902..685aef2b9d8dcc14b75fcc667faa61c3d6390ee2 100644 (file)
@@ -1,13 +1,12 @@
+if USE_MUSL
+
 config MUSL_VERSION
        string
        depends on USE_MUSL
-       default "0.9.7"       if MUSL_VERSION_0_9_7
-       default "0.9.7"
-
-if !TOOLCHAINOPTS
+       default "1.0.0" if MUSL_VERSION_1_0_0
 
-       config MUSL_VERSION_0_9_7
-               default y if USE_MUSL
-               bool
+config MUSL_VERSION_1_0_0
+       default y if !TOOLCHAINOPTS
+       bool
 
 endif