diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 18:59:22 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-09-26 18:59:22 +0000 |
commit | aa04a43d98cc584ff1eef4e47ef645c0a739bbcf (patch) | |
tree | 365c663022644b2e1ef56a4f4a2bf44a2c924102 /toolchain/eglibc/Makefile | |
parent | 57b9777668b6930626e27d1576f5ddf74239f598 (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/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index d237f4e12..0363dd906 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 |