summaryrefslogtreecommitdiffstats
path: root/tools/cbootimage
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2024-03-25 10:03:26 +0100
committerRobert Marko <robimarko@gmail.com>2024-04-06 11:24:18 +0200
commitb3c1c57a35a0974cf931c71f7279ec0e1fc0fa80 (patch)
tree2d36a33cb84076b9af43089e53cb31a741cba2e4 /tools/cbootimage
parentbab3ae2ee7656600a185f4cef11cef94389023af (diff)
downloadopenwrt-b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80.tar.gz
openwrt-b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80.tar.bz2
openwrt-b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80.zip
treewide: update PKG_MIRROR_HASH to zst
When using zst instead of xz, the hash changes. This commit fixes the hash for packages and tools in core. Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'tools/cbootimage')
-rw-r--r--tools/cbootimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cbootimage/Makefile b/tools/cbootimage/Makefile
index 71fdb5768c..82be7950d3 100644
--- a/tools/cbootimage/Makefile
+++ b/tools/cbootimage/Makefile
@@ -12,7 +12,7 @@ PKG_VERSION := 1.8
PKG_SOURCE_PROTO := git
PKG_SOURCE_URL := https://github.com/NVIDIA/cbootimage.git
PKG_SOURCE_VERSION := 7c9db585d06cce9efffa2a82245f233233680060
-PKG_MIRROR_HASH := 84d9abaaa3eddde05f506dc16effe1c9e18eb94727ed59c5e0a879baeb04e0b2
+PKG_MIRROR_HASH := e38b1e9581524fcabc7b24fff1c18d13f7e3a93accf73c55caf33832249bfd03
HOST_BUILD_PARALLEL := 1