Skip to content

Commit

Permalink
Merge branch 'pppoe-23.05' of https://github.com/openwrtdiy/openwrt i…
Browse files Browse the repository at this point in the history
…nto pppoe-23.05
  • Loading branch information
openwrtdiy committed Nov 6, 2023
2 parents b128256 + 3fc5113 commit 959537c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/image.mk
Original file line number Diff line number Diff line change
Expand Up @@ -277,11 +277,13 @@ endef
define Image/Manifest
$(call opkg,$(TARGET_DIR_ORIG)) list-installed > \
$(BIN_DIR)/$(IMG_PREFIX)$(if $(PROFILE_SANITIZED),-$(PROFILE_SANITIZED)).manifest
ifndef IB
$(if $(CONFIG_JSON_CYCLONEDX_SBOM), \
$(SCRIPT_DIR)/package-metadata.pl imgcyclonedxsbom \
$(TMP_DIR)/.packageinfo \
$(BIN_DIR)/$(IMG_PREFIX)$(if $(PROFILE_SANITIZED),-$(PROFILE_SANITIZED)).manifest > \
$(BIN_DIR)/$(IMG_PREFIX)$(if $(PROFILE_SANITIZED),-$(PROFILE_SANITIZED)).bom.cdx.json)
endif
endef

define Image/gzip-ext4-padded-squashfs
Expand Down

0 comments on commit 959537c

Please sign in to comment.