[openwrt/openwrt] toolchain/binutils: remove old sha256sum

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 21 02:56:10 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8dc6c1edc447820a24a358ae3706ada58c031b91

commit 8dc6c1edc447820a24a358ae3706ada58c031b91
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Sun Jan 15 17:48:08 2023 +0800

    toolchain/binutils: remove old sha256sum
    
    Fixes: b3b0a25ee8cf5f508f06822d53af0b60e3116d8a
    
    Signed-off-by: Linhui Liu <liulinhui36 at gmail.com>
---
 toolchain/binutils/Makefile | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 2903f8a791..5543882967 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -15,22 +15,6 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 
 TAR_OPTIONS += --exclude='*.rej'
 
-ifeq ($(PKG_VERSION),2.32)
-  PKG_HASH:=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
-endif
-
-ifeq ($(PKG_VERSION),2.34)
-  PKG_HASH:=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952
-endif
-
-ifeq ($(PKG_VERSION),2.35.2)
-  PKG_HASH:=dcd5b0416e7b0a9b24bed76cd8c6c132526805761863150a26d016415b8bdc7b
-endif
-
-ifeq ($(PKG_VERSION),2.36.1)
-  PKG_HASH:=e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
-endif
-
 ifeq ($(PKG_VERSION),2.37)
   PKG_HASH:=820d9724f020a3e69cb337893a0b63c2db161dadcb0e06fc11dc29eb1e84a32c
 endif




More information about the lede-commits mailing list