summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-09-21 01:25:23 +0100
committerLeah Rowe <leah@libreboot.org>2026-09-21 01:25:23 +0100
commit34f664e233f4868e05f0d294d149c374d84149ea (patch)
tree91a69f0955105d69b52ad36b0930b82a43f5ff3a /include
parentdd38359ced2479f241d7d333c54c245930f28b58 (diff)
vendor.sh: use -w, not --whitelist
for some reason, --whitelist wouldn't work anymore with my copy of me_cleaner. -w is officially supported. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include')
-rw-r--r--include/fw/vendor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fw/vendor.sh b/include/fw/vendor.sh
index 74946ac0..a928171b 100644
--- a/include/fw/vendor.sh
+++ b/include/fw/vendor.sh
@@ -225,7 +225,7 @@ find_me()
eval "`newvar _keep _pass`" # -k (keep fptr modules), -p (skip checks)
[ "$ME11bootguard" = "y" ] && \
- mfs="--whitelist MFS"
+ mfs="-w MFS"
if [ "$MEclean" = "n" ]; then
MEshrink="n"
_keep="-k" # keep ME modules, don't delete anything