diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-02-21 11:43:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-02-21 11:43:16 +0000 |
commit | e733d679a016ca5bf230c9f08bdf523f920cb1aa (patch) | |
tree | 31681d52cf3fdb3f51bd25114ece699474b1045b /toolchain/binutils/Makefile | |
parent | 3d217da60be837026f3af237bac84e2fdda5c57c (diff) | |
download | upstream-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.gz upstream-e733d679a016ca5bf230c9f08bdf523f920cb1aa.tar.bz2 upstream-e733d679a016ca5bf230c9f08bdf523f920cb1aa.zip |
remove the CS variant - broken since it's addition
SVN-Revision: 25648
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index f2ea4d0980..d28a95ad88 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 |