summaryrefslogtreecommitdiff
path: root/resources/scripts
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-08-09 12:25:34 +0100
committerLeah Rowe <leah@libreboot.org>2023-08-09 22:55:29 +0100
commitf8f77cb2886331d1b8b26d88d2407e2f85dc59a2 (patch)
tree57d3a5924f97c03524343e2425a7c7f4fc325fce /resources/scripts
parentc5c89467795300de6fe456a1e4e85cf87c1fa80d (diff)
NEW BOARD: HP EliteBook 2170p
Another ivybridge platform, added in coreboot recently. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts')
-rwxr-xr-xresources/scripts/update/blobs/download3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download
index 2368e8e9..9beacab8 100755
--- a/resources/scripts/update/blobs/download
+++ b/resources/scripts/update/blobs/download
@@ -339,7 +339,8 @@ extract_ec()
mv Rompaq/68*.BIN ec.bin
if [ ! -f ec.bin ]; then
- unar -D ROM.CAB Rom.bin
+ unar -D ROM.CAB Rom.bin || \
+ unar -D Rom.CAB Rom.bin
mv Rom.bin ec.bin
fi
if [ ! -f ec.bin ]; then