X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.version;h=a383bb211d8608fdb681a110384edd5afba45918;hb=cd566e5c1500a7274539239948e5e74e2dbed7c0;hp=f08837841d7d526d632000af309404c62379fde5;hpb=446456cb522859611582553aaeff2436d4343e95;p=openwrt.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index f08837841d..a383bb211d 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,10 +1,19 @@ +if USE_EGLIBC + config EGLIBC_VERSION string - depends on USE_EGLIBC - default "2.6.1" if EGLIBC_VERSION_2_6 - default "2.7" if EGLIBC_VERSION_2_7 - default "2.8" if EGLIBC_VERSION_2_8 - default "2.9" if EGLIBC_VERSION_2_9 - default "2.10.2" if EGLIBC_VERSION_2_10 - default "2.11.1" if EGLIBC_VERSION_2_11 - default "trunk" + default "2.15" if EGLIBC_VERSION_2_15 + default "2.16" if EGLIBC_VERSION_2_16 + 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