X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FConfig.version;h=685aef2b9d8dcc14b75fcc667faa61c3d6390ee2;hb=0f474633e146b30c1775d15ced6bdf8529b16863;hp=a1b303f9ea074e3a482aaf4234ca305dccd5176d;hpb=629ba45a9be38e7682bfa28a845c4c3e9d75a1cb;p=lede-git%2F.git diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version index a1b303f9ea..685aef2b9d 100644 --- a/toolchain/musl/Config.version +++ b/toolchain/musl/Config.version @@ -1,13 +1,12 @@ +if USE_MUSL + config MUSL_VERSION string depends on USE_MUSL - default "0.9.8" if MUSL_VERSION_0_9_8 - default "0.9.8" - -if !TOOLCHAINOPTS + default "1.0.0" if MUSL_VERSION_1_0_0 - config MUSL_VERSION_0_9_8 - default y if USE_MUSL - bool +config MUSL_VERSION_1_0_0 + default y if !TOOLCHAINOPTS + bool endif