X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fmusl%2FConfig.version;h=b936cb28044aebf9b449273af78b93d36976b311;hb=348c3af966da52db55c20b37222e6f95de2627a4;hp=bdefec9ef39c5a5c645c25f7996fd80ee7ff0b5c;hpb=5a0f4a89eb251c3929ae3b5e0823e77c869bde63;p=openwrt%2F.git diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version index bdefec9ef3..b936cb2804 100644 --- a/toolchain/musl/Config.version +++ b/toolchain/musl/Config.version @@ -1,18 +1,24 @@ +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" + default "0.9.8" if MUSL_VERSION_0_9_8 + default "0.9.9" if MUSL_VERSION_0_9_9 + default "0.9.10" if MUSL_VERSION_0_9_10 + default "0.9.11" if MUSL_VERSION_0_9_11 + +config MUSL_VERSION_0_9_8 + default y if !TOOLCHAINOPTS + bool -if !TOOLCHAINOPTS +config MUSL_VERSION_0_9_9 + bool - config MUSL_VERSION_0_9_8 - default y if USE_MUSL - bool +config MUSL_VERSION_0_9_10 + bool - config MUSL_VERSION_0_9_9 - default y if USE_MUSL - bool +config MUSL_VERSION_0_9_11 + bool endif