mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-20 03:31:57 +04:00
c4259a6586
Changes introduced in commitd604a07225("build: add CycloneDX SBOM JSON support") broke ImageBuilder: Cannot open '/openwrt-imagebuilder-ath79-generic.Linux-x86_64/tmp/.packageinfo': No such file or directory So lets fix it by wrapping the BOM generation behind condition of IB feature check. Fixes: #13881 Fixes:d604a07225("build: add CycloneDX SBOM JSON support") Signed-off-by: Petr Štetiar <ynezz@true.cz>