aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-02-24 15:35:10 +0000
commitf3087c7e4e0605b448dc2124f1e920506fa1a1ad (patch)
treeae870fe25cfd533b12273512371d59e8976a83f6 /toolchain/eglibc/Config.version
parentf354297fa968aabf92f1e95364bb86a0fbc03c75 (diff)
downloadupstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.gz
upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.tar.bz2
upstream-f3087c7e4e0605b448dc2124f1e920506fa1a1ad.zip
eglibc: remove versions 2.16 and 2.17 - they are unmaintained
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39743
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version8
1 files changed, 0 insertions, 8 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index 46d9b2e5e6..c01c503409 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -3,20 +3,12 @@ if USE_EGLIBC
config EGLIBC_VERSION
string
default "2.15" if EGLIBC_VERSION_2_15
- default "2.16" if EGLIBC_VERSION_2_16
- default "2.17" if EGLIBC_VERSION_2_17
default "2.19" if EGLIBC_VERSION_2_19
config EGLIBC_VERSION_2_15
default y if !TOOLCHAINOPTS
bool
-config EGLIBC_VERSION_2_16
- bool
-
-config EGLIBC_VERSION_2_17
- bool
-
config EGLIBC_VERSION_2_19
bool