summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-21 11:43:16 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-21 11:43:16 +0000
commit73008aefda5d47e44b57bf6b15e55ec0d234b875 (patch)
tree822393a29d069702b6d05a6d88d5f4b905f4417a /toolchain/binutils/Makefile
parenta4ccee486699e3ec2075b18929d1ba901c0c2f56 (diff)
[toolchain/binutils]: remove the CS variant - broken since it's addition
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25648 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index f2ea4d098..d28a95ad8 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -1,5 +1,5 @@
-#
-# Copyright (C) 2006-2009 OpenWrt.org
+#
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -16,13 +16,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
ifeq ($(PKG_VERSION),2.19.1)
PKG_MD5SUM:=09a8c5821a2dfdbb20665bc0bd680791
endif
-ifeq ($(PKG_VERSION),2.19.1+cs)
- BIN_VERSION:=20090205
- PKG_SOURCE:=$(PKG_NAME)-$(BIN_VERSION).tar.bz2
- PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
- PKG_MD5SUM:=040740e8c864dd1a15886753f9c0bc0b
- HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/binutils-$(BIN_VERSION)
-endif
ifeq ($(PKG_VERSION),2.20.1)
PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5
endif