diff options
author | Robert Marko <robimarko@gmail.com> | 2024-04-08 00:03:57 +0200 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-04-08 09:30:35 +0200 |
commit | 9f78055f94d732ad5a3fbb07b5c36f0859bc1215 (patch) | |
tree | 59add71dab4b1d83a117d62fb50abb3c20cec37f /utils/realtek-poe | |
parent | 298faf91bc6923dab0b755ef246695c9785143fd (diff) |
treewide: refresh missed hashes after move to use ZSTD as default
This is a follow-up on the previous treewide refresh of hashes after move
to ZSTD by default for compressing tarballs, as it seems that somehow
CHECK_ALL missed couple of packages.
Fixes: 272f55e87f07 ("treewide: refresh hashes after move to use ZSTD as default")
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'utils/realtek-poe')
-rw-r--r-- | utils/realtek-poe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/realtek-poe/Makefile b/utils/realtek-poe/Makefile index c994df133..d0731d979 100644 --- a/utils/realtek-poe/Makefile +++ b/utils/realtek-poe/Makefile @@ -10,7 +10,7 @@ PKG_MAINTAINER:=Martin Kennedy <hurricos@gmail.com> PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/Hurricos/realtek-poe.git PKG_SOURCE_VERSION:=39c93d39dd10da77b4fe48bc1d6bdd3c5978f866 -PKG_MIRROR_HASH:=ad9652dda8d77281e4724e0104552e18e521cedd4e24f56b0483cf6c5ee5ff69 +PKG_MIRROR_HASH:=eb10a6d204bd79ab5a2925f05a68a1a66e0b5402de5d304265858b87d3f7b027 CMAKE_SOURCE_SUBDIR:=src include $(INCLUDE_DIR)/package.mk |