X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FConfig.version;h=685aef2b9d8dcc14b75fcc667faa61c3d6390ee2;hb=0f474633e146b30c1775d15ced6bdf8529b16863;hp=e76033be22746562bf15cbfc02a943b6bc921902;hpb=6b63716262b89bec53402817876116898936d5f4;p=lede-git%2F.git diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version index e76033be22..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.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