From: Paul Spooren Date: Wed, 1 Oct 2025 13:22:38 +0000 (+0200) Subject: package: generate sha256sums by default X-Git-Tag: v25.12.0-rc1~1079 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06be7f59285b57f3401a8891ebe857d25806d16c;p=thirdparty%2Fopenwrt.git package: generate sha256sums by default Right now the sha256sums are only created for the targets/ folder (i.e. firmware images) and only the buildbot generates those sha256sums. Instead, let the build system create the sha256sums directly. Signed-off-by: Paul Spooren --- diff --git a/package/Makefile b/package/Makefile index fef68c5a1d2..eddec65b43d 100644 --- a/package/Makefile +++ b/package/Makefile @@ -169,6 +169,7 @@ ifdef CONFIG_JSON_CYCLONEDX_SBOM ); done endif endif + $(call sha256sums,$(OUTPUT_DIR)/packages/$(ARCH_PACKAGES),1) $(curdir)/flags-install:= -j1