From aa0f3a77805a1e03623a6f8c60c1f0167be75a48 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 24 Nov 2009 07:03:04 +0000 Subject: [toolchain] eglibc: add support for v2.11 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18522 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/eglibc/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toolchain/eglibc/Makefile') diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index b72b4bd35..822309d05 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 -- cgit v1.2.3