summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2024-04-07 12:44:46 +0000
committerRobert Marko2024-04-07 15:10:30 +0000
commit57c9cb421e428c840d5aa0d6c56aead952bfadb4 (patch)
tree8178c0198cfd2d9acb24a9ecae6b4c71e839463c
parent449b5701d726a0b7ef7371bb94d0f36645a7a2bc (diff)
downloadopenwrt-57c9cb421e428c840d5aa0d6c56aead952bfadb4.tar.gz
at91bootstrap: update PKG_MIRROR_HASH to zstd for v3 at91bootstrap
So, when updating the hash for at91bootstrap it was done via CHECK_ALL=1 so that updated the PKG_MIRROR_HASH for the main v4 version hash, but at91bootstrap checkout version depends on the subtarget as well. Choosing to build for sam9x will change the at91bootstrap version to v3 and this hash was not refreshed thus causing the CI to fail. Fixes: 6918c637b797 ("treewide: package: update missed hashes after switch to ZSTD") Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--package/boot/at91bootstrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
index a2a1f2bddb..1b145c8a8b 100644
--- a/package/boot/at91bootstrap/Makefile
+++ b/package/boot/at91bootstrap/Makefile
@@ -26,7 +26,7 @@ endif
ifeq ($(AT91BOOTSTRAP_V4),n)
PKG_VERSION=v3.10.4
- PKG_MIRROR_HASH=6fe61fe90838e785917383bb9e887fa05e1bd061a6725954242f504e38b5c426
+ PKG_MIRROR_HASH:=08ab81c37b995592992d6eda3f76ce9aad6e2b3e9d9c4f7e88c1ba8bb8346657
PKG_SOURCE_VERSION=404846dd283894367a015ca59189bcf927d92e11
BINARIES_DIR=binaries
endif