From 49b894ff4ed91dbca2b34e214eb4de74489d6b45 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 7 Jun 2012 12:24:25 +0000 Subject: eglibc: add version 2.15 SVN-Revision: 32101 --- 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 5623fcbcb8..eade1c1b5c 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -21,6 +21,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_14),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_14 endif +ifneq ($(CONFIG_EGLIBC_VERSION_2_15),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_15 +endif PATCH_DIR:=./patches/$(PKG_VERSION) -- cgit v1.2.3