mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-11 15:12:10 -05:00
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>
This commit is contained in:
parent
71e057bac0
commit
06be7f5928
@ -169,6 +169,7 @@ ifdef CONFIG_JSON_CYCLONEDX_SBOM
|
|||||||
); done
|
); done
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
$(call sha256sums,$(OUTPUT_DIR)/packages/$(ARCH_PACKAGES),1)
|
||||||
|
|
||||||
$(curdir)/flags-install:= -j1
|
$(curdir)/flags-install:= -j1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user