X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.version;h=a383bb211d8608fdb681a110384edd5afba45918;hb=5fd3d76a3d438150f80006632264c76df3586378;hp=e312826816fb40bf802bd4a4feb187682fab812f;hpb=4e94330d217d42c725bd468e68fc3091788e6563;p=openwrt.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index e312826816..a383bb211d 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,9 +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.1" if EGLIBC_VERSION_2_10 - 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