X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=toolchain%2Feglibc%2FMakefile;h=3d3a1da5cfc1ebd8709d9f8e75630feaa6d623f9;hb=0410a7b5493313a4d70a2a62b96c0dfe377e1fb6;hp=b72b4bd3567816e0a92406a45faa3e5f6b0dad91;hpb=cfad7b6c08e9c428895872599047c39d6cefa064;p=oweals%2Fopenwrt.git diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index b72b4bd356..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. @@ -30,6 +30,12 @@ endif ifneq ($(CONFIG_EGLIBC_VERSION_2_10),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_10 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