From c2f1103417dadfdf488ac1c44586b59a667ac5a2 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Wed, 17 Dec 2025 19:17:12 +0100 Subject: [PATCH] rulengd: Set PKG_MIRROR_HASH:=skip There are differences in tar generation between OpenWrt 23.05 and 25.12. This hash had been added automatically by the version-bump script update_git_source_package.sh from maintainer-tools. This causes the build to fail on later OpenWrt versions such as 25.12. For now, skip hash verification. Once we have moved to 25. For now, we have multiple choices: * backport changes done to tarball generation to 23.05-based OpenWrt branch * only update hashes using OpenWrt 25.12 based branch (23.05-based branch will happily ignore and redownload in such cases, which is not an issue as long as we do not upload those tarballs * use skip for now and do not use bump-script from OpenWrt and only adopt using proper hashes when we have moved to OpenWrt 25.12 Signed-off-by: Andreas Gnau --- rulengd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulengd/Makefile b/rulengd/Makefile index 086370d0e..d7bc5ae63 100644 --- a/rulengd/Makefile +++ b/rulengd/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_PROTO=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/rulengd.git PKG_SOURCE_VERSION:=a19175a70da42d57e76aac167c9a1f4cab3a94c6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.zst -PKG_MIRROR_HASH:=efaa333e62c1a47814fcee8cd6694cc5fda2ab8be91d46c435346d8c6f1a2f11 +PKG_MIRROR_HASH:=skip endif PKG_LICENSE:=GPL-2.0-only