[openwrt/openwrt] firmware-utils: Fix PKG_MIRROR_HASH

LEDE Commits lede-commits at lists.infradead.org
Wed Nov 22 15:19:15 PST 2023


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/77368ec01b98c13bfc2afd115db9560cb626a036

commit 77368ec01b98c13bfc2afd115db9560cb626a036
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Thu Nov 23 00:15:40 2023 +0100

    firmware-utils: Fix PKG_MIRROR_HASH
    
    This fixes the mirror hash to the version of the file uploaded to the
    download mirror and which my build calculated.
    
    Fixes: b117e7244f9e ("firmware-utils: update to Git HEAD (2023-11-21)")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/utils/firmware-utils/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/utils/firmware-utils/Makefile b/package/utils/firmware-utils/Makefile
index 3017eff0d7..432d3797ac 100644
--- a/package/utils/firmware-utils/Makefile
+++ b/package/utils/firmware-utils/Makefile
@@ -9,7 +9,7 @@ PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/firmware-utils.git
 PKG_SOURCE_DATE:=2023-11-21
 PKG_SOURCE_VERSION:=12bf1a99bd6eebae90caa144bb4d8b0cd763ff8f
-PKG_MIRROR_HASH:=923508e729b4c1fcc497f18ad5fa33c62dc74b9aeac1a3f215b3291892903baf
+PKG_MIRROR_HASH:=f711bf80123a6f14737da27ab8dfff87a4d429c74057de355b1693e89f223abc
 
 PKG_BUILD_DEPENDS:=openssl zlib
 




More information about the lede-commits mailing list