summaryrefslogtreecommitdiff
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
commit49b894ff4ed91dbca2b34e214eb4de74489d6b45 (patch)
tree968d447b3d89194d3c738439c70866265048a836 /toolchain/eglibc/Makefile
parent176c23692268870bdfda3ee0ffaa17c5b4400138 (diff)
downloadmtk-20170518-49b894ff4ed91dbca2b34e214eb4de74489d6b45.zip
mtk-20170518-49b894ff4ed91dbca2b34e214eb4de74489d6b45.tar.gz
mtk-20170518-49b894ff4ed91dbca2b34e214eb4de74489d6b45.tar.bz2
eglibc: add version 2.15
SVN-Revision: 32101
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 5623fcb..eade1c1 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)