[toolchain] add support for eglibc 2.16
[openwrt-github/.git] / toolchain / eglibc / common.mk
index 9f7916ee7a3b706fa2a4a996f10ac9e3e0a06b2b..c34c612402fd1b1073b5ca212175e91492f62559 100644 (file)
@@ -24,6 +24,9 @@ endif
 ifneq ($(CONFIG_EGLIBC_VERSION_2_15),)
   PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_15
 endif
+ifneq ($(CONFIG_EGLIBC_VERSION_2_16),)
+  PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_16
+endif
 
 PATCH_DIR:=$(PATH_PREFIX)/patches/$(PKG_VERSION)