X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FConfig.version;h=bdefec9ef39c5a5c645c25f7996fd80ee7ff0b5c;hb=ddec0814a90aab43395efee32a9b732b7a5143e5;hp=a1b303f9ea074e3a482aaf4234ca305dccd5176d;hpb=7c5c45c133da8274bbdf9dc9c6c98f0e6c4a84c9;p=openwrt-working-2016%2F.git diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version index a1b303f9ea..bdefec9ef3 100644 --- a/toolchain/musl/Config.version +++ b/toolchain/musl/Config.version @@ -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