X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.version;h=700c40924e2567d1ad1053b53d0d1ae4f78184d2;hb=776dff339e057ff89f3209e6e098dee7ebda3993;hp=00b3722eae0dc5e1042758a8b7ab313ee574f535;hpb=f859299d85abafdaa2194935d1a0a3ca08236f07;p=lede-git%2F.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index 00b3722eae..700c40924e 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,17 +1,11 @@ config EGLIBC_VERSION string depends on USE_EGLIBC - default "2.6.1" if EGLIBC_VERSION_2_6_1 + 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_1 + default "2.10.2" if EGLIBC_VERSION_2_10 + default "2.11.1" if EGLIBC_VERSION_2_11 + default "2.12" if EGLIBC_VERSION_2_12 default "trunk" - -config EGLIBC_VERSION_2_6 - bool - default y if EGLIBC_VERSION_2_6_1 - -config EGLIBC_VERSION_2_10 - bool - default y if EGLIBC_VERSION_2_10_1