X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Feglibc%2FMakefile;fp=toolchain%2Feglibc%2FMakefile;h=3d3a1da5cfc1ebd8709d9f8e75630feaa6d623f9;hp=822309d0588d80021a32b090c32b0d29fb7904b9;hb=8dd583e3a40ae2e19677e33b3aad9695ac33e8b9;hpb=7d991147b3036fd99af9d05a3de50f0c931b0377;ds=sidebyside diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 822309d058..3d3a1da5cf 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