summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-04-13 15:48:41 +0100
committerLeah Rowe <leah@libreboot.org>2025-04-13 15:49:10 +0100
commit166dbb04c9250e44da40faec6ac294966377781e (patch)
treeb8536a082f1b4f1e5c44f4495c293f50107f7992 /include
parente90657cc734057bc947a5dbcb953b9b450597ce0 (diff)
vendor.sh: set need_files="n" if skipping patch
This change finally ensures that no insertions will be attempted, on the basis that readkconfig failed; this covers the instance whereby vcfg was set, but no scanned items were indicated e.g. Intel ME files not specified. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/vendor.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vendor.sh b/include/vendor.sh
index 412105c7..eadbfbeb 100644
--- a/include/vendor.sh
+++ b/include/vendor.sh
@@ -486,6 +486,7 @@ patch_release_roms()
"$vguide" > "$tmpromdir/README.md" || :
else
printf "Skipping vendorfiles on '%s'\n" "$archive" 1>&2
+ need_files="n"
fi
(