summaryrefslogtreecommitdiff
path: root/include/inject.sh
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-21 13:39:29 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-21 13:39:29 +0100
commit7f4f07fc4039353ee499d76bb53b6c742adb6428 (patch)
tree69da1a8915bd9e28535eed9d6875c41002134987 /include/inject.sh
parent4b5aca8ff89bf46538a59bb55512dedeedbf1cbb (diff)
use old nvmutil for now, in lbmk
i'm trying to make nvmutil work on openbsd. the new code in lbutils is a bit buggy, likely somewhere in mkhtemp. i'm still debugging it. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/inject.sh')
-rw-r--r--include/inject.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/inject.sh b/include/inject.sh
index b61ad9d5..783e06ed 100644
--- a/include/inject.sh
+++ b/include/inject.sh
@@ -6,7 +6,7 @@
cbcfgsdir="config/coreboot"
tmpromdel="$XBMK_CACHE/DO_NOT_FLASH"
-nvmutil="util/libreboot-utils/nvmutil"
+nvmutil="util/nvmutil/nvmutil"
ifdtool="elf/coreboot/default/ifdtool"
checkvars="CONFIG_GBE_BIN_PATH"
@@ -197,8 +197,8 @@ modify_mac()
x_ cp "${CONFIG_GBE_BIN_PATH##*../}" "$xbtmp/gbe"
if [ -n "$new_mac" ] && [ "$new_mac" != "restore" ]; then
- x_ make -C util/libreboot-utils clean
- x_ make -C util/libreboot-utils
+ x_ make -C util/nvmutil clean
+ x_ make -C util/nvmutil
x_ "$nvmutil" "$xbtmp/gbe" setmac "$new_mac"
fi