musl: fix getopt optional argument processing
[lede-git/.git] / toolchain / musl / Config.version
index 685aef2b9d8dcc14b75fcc667faa61c3d6390ee2..fd7bce4a9d5dd081065d00ef18cb2ed74d5669e0 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.5"
 
 endif