diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-28 20:10:32 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-04-28 20:10:32 +0000 |
commit | 308a3864cffae0359fbcdb6da9c04de91be7a84d (patch) | |
tree | c4c3ee628a4ccaf4ae15d90b3250f02bc9fd123d /toolchain/eglibc/Makefile | |
parent | 5de2780a5e8fe5da824212b4219824a4b43cb9cc (diff) |
[toolchain/eglibc] drop eglibc version 2.12
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31500 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc/Makefile')
-rw-r--r-- | toolchain/eglibc/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/eglibc/Makefile b/toolchain/eglibc/Makefile index 7d964bacf..fbd9daa03 100644 --- a/toolchain/eglibc/Makefile +++ b/toolchain/eglibc/Makefile @@ -15,9 +15,6 @@ PKG_SOURCE_VERSION:=$(PKG_REVISION) PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)-r$(PKG_REVISION) PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.bz2 -ifneq ($(CONFIG_EGLIBC_VERSION_2_12),) - PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_12 -endif ifneq ($(CONFIG_EGLIBC_VERSION_2_13),) PKG_SOURCE_URL:=svn://svn.eglibc.org/branches/eglibc-2_13 endif |