mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 13:16:47 +02:00
inject.sh: remove the hashfiles variable
we only use it once, and it's a trivial string Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-2
@@ -4,7 +4,6 @@
|
|||||||
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
|
# Copyright (c) 2023-2025 Leah Rowe <leah@libreboot.org>
|
||||||
|
|
||||||
cbcfgsdir="config/coreboot"
|
cbcfgsdir="config/coreboot"
|
||||||
hashfiles="vendorhashes blobhashes" # blobhashes for backwards compatibility
|
|
||||||
tmpromdel="$XBMK_CACHE/DO_NOT_FLASH"
|
tmpromdel="$XBMK_CACHE/DO_NOT_FLASH"
|
||||||
nvm="util/nvmutil/nvm"
|
nvm="util/nvmutil/nvm"
|
||||||
ifdtool="elf/ifdtool/default/ifdtool"
|
ifdtool="elf/ifdtool/default/ifdtool"
|
||||||
@@ -92,7 +91,7 @@ patch_release()
|
|||||||
remkdir "${tmpromdir%"/bin/$board"}"
|
remkdir "${tmpromdir%"/bin/$board"}"
|
||||||
x_ tar -xf "$archive" -C "${tmpromdir%"/bin/$board"}"
|
x_ tar -xf "$archive" -C "${tmpromdir%"/bin/$board"}"
|
||||||
|
|
||||||
for _hashes in $hashfiles; do
|
for _hashes in "vendorhashes" "blobhashes"; do
|
||||||
e "$tmpromdir/$_hashes" f && \
|
e "$tmpromdir/$_hashes" f && \
|
||||||
has_hashes="y" && hashfile="$_hashes" && break; :
|
has_hashes="y" && hashfile="$_hashes" && break; :
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user