aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/eglibc/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-07 12:24:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-07 12:24:25 +0000
commit0d0fe2e8586455f848d189d1846a1c74f19753f5 (patch)
treed130f59dbaa8ce2fa31570d88b9fb778bd2edf12 /toolchain/eglibc/Makefile
parentb974ea4ba87398a0b165047bd20be9a96ba62527 (diff)
downloadmaster-187ad058-0d0fe2e8586455f848d189d1846a1c74f19753f5.tar.gz
master-187ad058-0d0fe2e8586455f848d189d1846a1c74f19753f5.tar.bz2
master-187ad058-0d0fe2e8586455f848d189d1846a1c74f19753f5.zip
eglibc: add version 2.15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r--toolchain/eglibc/Makefile3
1 files changed, 3 insertions, 0 deletions
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)