summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren2025-10-01 13:22:38 +0000
committerPaul Spooren2025-10-03 09:00:23 +0000
commit06be7f59285b57f3401a8891ebe857d25806d16c (patch)
tree92c50019caca46421acdbd916ebb51d93dc06ad3
parent71e057bac07c2875bb907dff904e6d492cf69523 (diff)
downloadopenwrt-06be7f59285b57f3401a8891ebe857d25806d16c.tar.gz
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 <mail@aparcar.org>
-rw-r--r--package/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile
index fef68c5a1d..eddec65b43 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