diff options
| author | Leah Rowe <leah@libreboot.org> | 2023-08-12 19:33:55 +0100 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2023-08-14 09:42:06 +0100 | 
| commit | 6075fed84912be82cb03a99ad5a5a82547872463 (patch) | |
| tree | f5ff168b9bfb60a183b14dc37fcdc84f7017b616 /resources/scripts | |
| parent | f9afeb6feb289003359790e820d7e7d918937fea (diff) | |
NEW BOARD: HP EliteBook 8470p (Intel GPU)
Intel GPU!
The AMD ones will be tested, but assume Intel-only for now.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'resources/scripts')
| -rwxr-xr-x | resources/scripts/update/blobs/download | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/resources/scripts/update/blobs/download b/resources/scripts/update/blobs/download index 9fd2a6b9..04d5bd31 100755 --- a/resources/scripts/update/blobs/download +++ b/resources/scripts/update/blobs/download @@ -380,7 +380,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 || \ +		    unar -D 68*.CAB Rom.bin  		mv Rom.bin ec.bin  	fi  	if [ ! -f ec.bin ]; then | 
