toolchain/musl: add support for 0.9.9
[openwrt/openwrt.git] / toolchain / musl / Config.version
index a1b303f9ea074e3a482aaf4234ca305dccd5176d..bdefec9ef39c5a5c645c25f7996fd80ee7ff0b5c 100644 (file)
@@ -2,6 +2,7 @@ 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
@@ -10,4 +11,8 @@ if !TOOLCHAINOPTS
                default y if USE_MUSL
                bool
 
+       config MUSL_VERSION_0_9_9
+               default y if USE_MUSL
+               bool
+
 endif