summaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Config.version
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 18:59:22 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-09-26 18:59:22 +0000
commitaa04a43d98cc584ff1eef4e47ef645c0a739bbcf (patch)
tree365c663022644b2e1ef56a4f4a2bf44a2c924102 /toolchain/eglibc/Config.version
parent57b9777668b6930626e27d1576f5ddf74239f598 (diff)
[toolchain] eglibc: add support for 2.10 branch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17748 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Config.version')
-rw-r--r--toolchain/eglibc/Config.version8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolchain/eglibc/Config.version b/toolchain/eglibc/Config.version
index edee7cc15..00b3722ea 100644
--- a/toolchain/eglibc/Config.version
+++ b/toolchain/eglibc/Config.version
@@ -5,5 +5,13 @@ config EGLIBC_VERSION
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 "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