aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-02 09:47:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-02 09:47:00 +0000
commit357a58811b8f500c6b2653fbe7a0fea2412534f7 (patch)
treea2a4108ebd6ba595687529a10299bba9232bb0a6 /toolchain/eglibc/Config.version
parentab15244ecef176a8d2337a4a88a59416a22208d8 (diff)
downloadupstream-357a58811b8f500c6b2653fbe7a0fea2412534f7.tar.gz
upstream-357a58811b8f500c6b2653fbe7a0fea2412534f7.tar.bz2
upstream-357a58811b8f500c6b2653fbe7a0fea2412534f7.zip
eglibc: remove old versions
SVN-Revision: 27360
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version6
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index b3e2a15b0f..3a81ded449 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -1,12 +1,6 @@
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 "2.12" if EGLIBC_VERSION_2_12
default "2.13" if EGLIBC_VERSION_2_13
default "trunk"