diff options
author | Paul Spooren <mail@aparcar.org> | 2024-03-25 10:03:26 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-06 11:24:18 +0200 |
commit | b3c1c57a35a0974cf931c71f7279ec0e1fc0fa80 (patch) | |
tree | 2d36a33cb84076b9af43089e53cb31a741cba2e4 /tools/sdimage | |
parent | bab3ae2ee7656600a185f4cef11cef94389023af (diff) | |
download | openwrt-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/sdimage')
-rw-r--r-- | tools/sdimage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdimage/Makefile b/tools/sdimage/Makefile index 654d157497..e09b1e01f4 100644 --- a/tools/sdimage/Makefile +++ b/tools/sdimage/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/mhei/fsl-imx-uuc.git PKG_SOURCE_DATE:=2018-11-18 PKG_SOURCE_VERSION:=c6536ac5b4388b33c217bde2c3a76a4e96d64176 -PKG_MIRROR_HASH:=5bff90bf59bb3e7e8db6c2ec55c984367f75cb0ee6847f3f2ea666172e203c07 +PKG_MIRROR_HASH:=c4487635ea06ea6311a28739c58f7f889b888c91b7ccc0398d225b4bcdeb76a3 PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=LICENSE |