projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e057b
)
package: generate sha256sums by default
author
Paul Spooren
<
[email protected]
>
Wed, 1 Oct 2025 13:22:38 +0000
(15:22 +0200)
committer
Paul Spooren
<
[email protected]
>
Fri, 3 Oct 2025 09:00:23 +0000
(11:00 +0200)
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 <
[email protected]
>
package/Makefile
patch
|
blob
|
history
diff --git
a/package/Makefile
b/package/Makefile
index fef68c5a1d27886cb1f4c30687c03e7a009d8886..eddec65b43d5a9863483e6503d53493f67c725d0 100644
(file)
--- 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