diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-11-24 07:03:04 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-11-24 07:03:04 +0000 |
commit | 0adb09325c75433248adf7590e72656daf0b36ee (patch) | |
tree | 070fa2a693d858f7acf43c0534a3a8e7abd36565 /toolchain/eglibc/Makefile | |
parent | 143213091bc6a76983dfcd6f4fd305aaffd5d32e (diff) | |
download | upstream-0adb09325c75433248adf7590e72656daf0b36ee.tar.gz upstream-0adb09325c75433248adf7590e72656daf0b36ee.tar.bz2 upstream-0adb09325c75433248adf7590e72656daf0b36ee.zip |
eglibc: add support for v2.11
SVN-Revision: 18522
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 b72b4bd356..822309d058 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -30,6 +30,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_10),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10 endif +ifneq ($(CONFIG_EGLIBC_VERSION_2_11),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_11 +endif ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif |