X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/aa0f3a77805a1e03623a6f8c60c1f0167be75a48..6782b46303307a4990305a21c19aa245ee4c5629:/toolchain/eglibc/Makefile diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 822309d05..3d3a1da5c 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -33,6 +33,9 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_11),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_11 endif +ifneq ($(CONFIG_EGLIBC_VERSION_2_12),) + PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12 +endif ifneq ($(CONFIG_EGLIBC_VERSION_TRUNK),) PKG_SOURCE_URL:=svn://svn.eglibc.org/trunk endif