diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:59:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-09-26 18:59:22 +0000 |
commit | f859299d85abafdaa2194935d1a0a3ca08236f07 (patch) | |
tree | c2b954bfb12c88643b805e3c3db645d4fe561a00 /toolchain/eglibc/Makefile | |
parent | 6f2afa8f29c85d383f038ee2b8e49e3ebf830f70 (diff) | |
download | upstream-f859299d85abafdaa2194935d1a0a3ca08236f07.tar.gz upstream-f859299d85abafdaa2194935d1a0a3ca08236f07.tar.bz2 upstream-f859299d85abafdaa2194935d1a0a3ca08236f07.zip |
eglibc: add support for 2.10 branch
SVN-Revision: 17748
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 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 |