summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-03 18:36:25 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-03 18:36:25 +0100
commitd554efae814e62f63e8ee91c3af7e49d92413d2b (patch)
treef6d3c17203bab7653bcd99c9345237257c4e5f8d /script
parent09aae7be451598d920fc798aecc2efd923809cc9 (diff)
build/release/src: copy e6430 ifd/gbe
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/build/release/src2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/build/release/src b/script/build/release/src
index 0a0501a3..1af827a4 100755
--- a/script/build/release/src
+++ b/script/build/release/src
@@ -134,7 +134,7 @@ copy_blobs()
err "copy_blobs: !mkdir -p ${srcdir}/blobs"
# do not copy intel ME etc, but do copy ifd/gbe files
for i in t440p xx20 xx30 hp8200sff hp_ivybridge hp_sandybridge \
- hp8300usdt t1650; do
+ hp8300usdt t1650 e6430; do
for j in ifd gbe 4_ifd 8_ifd 12_ifd 16_ifd; do
[ -f "blobs/${i}/${j}.bin" ] || continue
[ -e "${srcdir}/blobs/${i}" ] || \