X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Feglibc%2FConfig.version;h=217c9ce448f144ed6f29d06a204b8552a42f2bba;hb=6278df8bf9d3b1bc8445d291eac698edce6a5e07;hp=00b3722eae0dc5e1042758a8b7ab313ee574f535;hpb=aa04a43d98cc584ff1eef4e47ef645c0a739bbcf;p=openwrt-10.03%2F.git diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version index 00b3722ea..217c9ce44 100644 --- a/toolchain/eglibc/Config.version +++ b/toolchain/eglibc/Config.version @@ -1,17 +1,10 @@ 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 " if EGLIBC_VERSION_2_11 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