diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-07-10 14:21:13 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2018-07-10 14:26:35 +0200 |
commit | 9b965d3b71e526ae8aeb345510bc1389e567e463 (patch) | |
tree | d97770cf887ab6d3033c02f75c58e282f87815b0 /toolchain/binutils/Makefile | |
parent | 7c3e3eb0982d09fa3daebffb5bb1555d2cf5c861 (diff) | |
download | upstream-9b965d3b71e526ae8aeb345510bc1389e567e463.tar.gz upstream-9b965d3b71e526ae8aeb345510bc1389e567e463.tar.bz2 upstream-9b965d3b71e526ae8aeb345510bc1389e567e463.zip |
binutils: remove version 2.27
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index bb462cbf2c..6359bd2ecc 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -15,11 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz TAR_OPTIONS += --exclude='*.rej' -ifeq ($(PKG_VERSION),2.27) - PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 - PKG_HASH:=369737ce51587f92466041a97ab7d2358c6d9e1b6490b3940eb09fb0a9a6ac88 -endif - ifeq ($(PKG_VERSION),2.29.1) PKG_HASH:=e7010a46969f9d3e53b650a518663f98a5dde3c3ae21b7d71e5e6803bc36b577 endif |