diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:43 +0000 |
commit | cf440ae7169f9095ea2089269d894a8a60de3161 (patch) | |
tree | 5434501d72a17a16464fa06570da644fbaa655c5 /toolchain/binutils/Makefile | |
parent | 9659e20d57ecfa80e858be6246c5558739a1f492 (diff) | |
download | upstream-cf440ae7169f9095ea2089269d894a8a60de3161.tar.gz upstream-cf440ae7169f9095ea2089269d894a8a60de3161.tar.bz2 upstream-cf440ae7169f9095ea2089269d894a8a60de3161.zip |
binutils: remove 2.21
There is no point in keeping around 2.21 when 2.21.1 which is a bugfix release
is there.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34265
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index fd01dc21bb..331809cf2b 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -19,9 +19,6 @@ endif ifeq ($(PKG_VERSION),2.20.1) PKG_MD5SUM:=9cdfb9d6ec0578c166d3beae5e15c4e5 endif -ifeq ($(PKG_VERSION),2.21) - PKG_MD5SUM:=c84c5acc9d266f1a7044b51c85a823f5 -endif ifeq ($(PKG_VERSION),2.21.1) PKG_MD5SUM:=bde820eac53fa3a8d8696667418557ad endif |