diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 07:54:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-06-30 07:54:37 +0000 |
commit | 6260e6ef480af162cd2f62f2aeeba639f29727ff (patch) | |
tree | 66ca7619500ca4a8beb8a601642eb848bd73e9b3 /toolchain/binutils/Makefile | |
parent | 8221b8908845d17b679e2881cd034e8a160ecbea (diff) | |
download | upstream-6260e6ef480af162cd2f62f2aeeba639f29727ff.tar.gz upstream-6260e6ef480af162cd2f62f2aeeba639f29727ff.tar.bz2 upstream-6260e6ef480af162cd2f62f2aeeba639f29727ff.zip |
binutils: remove some unused obsolete versions
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37093
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 45af0074c8..4b52aa526f 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -13,15 +13,9 @@ BIN_VERSION:=$(PKG_VERSION) PKG_SOURCE_URL:=@GNU/binutils/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -ifeq ($(PKG_VERSION),2.19.1) - PKG_MD5SUM:=023222f392e9546bcbb0b4c0960729be -endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 endif -ifeq ($(PKG_VERSION),2.21.1) - PKG_MD5SUM:=bde820eac53fa3a8d8696667418557ad -endif ifeq ($(PKG_VERSION),2.22) PKG_MD5SUM:=ee0f10756c84979622b992a4a61ea3f5 endif |