X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.version;h=a383bb211d8608fdb681a110384edd5afba45918;hb=aa5396cd7d566fc49763f6d677c071c185f40302;hp=496b90bf6bcd881ac788e40708978c0b69e9cf04;hpb=3fbe4df14a04d7c348ecc4c1f3e5cd6f8785f5fd;p=openwrt.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index 496b90bf6b..a383bb211d 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,6 +1,19 @@ +if USE_EGLIBC + config EGLIBC_VERSION string - depends on USE_EGLIBC default "2.15" if EGLIBC_VERSION_2_15 default "2.16" if EGLIBC_VERSION_2_16 - default "2.15" + default "2.17" if EGLIBC_VERSION_2_17 + +config EGLIBC_VERSION_2_15 + default y if !TOOLCHAINOPTS + bool + +config EGLIBC_VERSION_2_16 + bool + +config EGLIBC_VERSION_2_17 + bool + +endif