mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
vendor.sh: remove unnecesessary cbutils check
the trees script already does this same check, so don't do it in here. defer to the trees script. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-3
@@ -302,9 +302,7 @@ build_dependencies_inject()
|
||||
cbfstool="elf/cbfstool/$tree/cbfstool"
|
||||
ifdtool="elf/ifdtool/$tree/ifdtool"
|
||||
x_ ./update trees -f coreboot $tree
|
||||
if [ ! -f "$cbfstool" ] || [ ! -f "$ifdtool" ]; then
|
||||
x_ ./update trees -b coreboot utils $tree
|
||||
fi
|
||||
x_ ./update trees -b coreboot utils $tree
|
||||
[ -z "$new_mac" ] || [ -f "$nvmutil" ] || x_ make -C util/nvmutil
|
||||
[ "$nukemode" = "nuke" ] || x_ ./vendor download $board; return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user