X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2Feglibc%2FConfig.version;h=a383bb211d8608fdb681a110384edd5afba45918;hb=2b618923a0f3551cb6be844dfdcdd01a33ed1b97;hp=b081cec538a6251091752a60c74c935785ee2caa;hpb=fc2a3c53f00ec8379d10e37d80a01fbe309d2f6f;p=openwrt.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index b081cec538..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.13" if EGLIBC_VERSION_2_13 - default "2.14.1" if EGLIBC_VERSION_2_14 - 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