aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2009-09-26 18:59:22 +0000
committerNicolas Thill <nico@openwrt.org>2009-09-26 18:59:22 +0000
commit1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d (patch)
tree365c663022644b2e1ef56a4f4a2bf44a2c924102 /toolchain/eglibc/Makefile
parente182ea63e92ac5b73f3f84ac800404006e12663b (diff)
downloadupstream-1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d.tar.gz
upstream-1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d.tar.bz2
upstream-1a3bb764f67d7cb8fa2c8ac77862d9b093dac77d.zip
[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/Makefile')
-rw-r--r--toolchain/eglibc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile
index d237f4e123..0363dd9061 100644
--- a/toolchain/eglibc/Makefile
+++ b/toolchain/eglibc/Makefile
@@ -27,6 +27,9 @@ endif
ifeq ($(PKG_VERSION),2.9)
PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_9
endif
+ifeq ($(PKG_VERSION),2.10.1)
+ PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10
+endif
ifeq ($(PKG_VERSION),trunk)
PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk
endif