X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FConfig.version;h=685aef2b9d8dcc14b75fcc667faa61c3d6390ee2;hb=0f474633e146b30c1775d15ced6bdf8529b16863;hp=bdefec9ef39c5a5c645c25f7996fd80ee7ff0b5c;hpb=5a0f4a89eb251c3929ae3b5e0823e77c869bde63;p=lede-git%2F.git diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version index bdefec9ef3..685aef2b9d 100644 --- a/toolchain/musl/Config.version +++ b/toolchain/musl/Config.version @@ -1,18 +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.9" if MUSL_VERSION_0_9_9 - default "0.9.8" - -if !TOOLCHAINOPTS - - config MUSL_VERSION_0_9_8 - default y if USE_MUSL - bool + default "1.0.0" if MUSL_VERSION_1_0_0 - config MUSL_VERSION_0_9_9 - default y if USE_MUSL - bool +config MUSL_VERSION_1_0_0 + default y if !TOOLCHAINOPTS + bool endif