mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
build/boot/roms: fix wrong filename for pike2008 option roms
This commit is contained in:
@@ -228,7 +228,7 @@ moverom() {
|
|||||||
rm -f "${emptyrom}"
|
rm -f "${emptyrom}"
|
||||||
touch "${emptyrom}"
|
touch "${emptyrom}"
|
||||||
for deviceID in "0072" "3050"; do
|
for deviceID in "0072" "3050"; do
|
||||||
"${cbfstool}" "${newrompath}" add -f "${emptyrom}" -n pci1000,${deviceID} -t raw
|
"${cbfstool}" "${newrompath}" add -f "${emptyrom}" -n pci1000,${deviceID}.rom -t raw
|
||||||
done
|
done
|
||||||
rm -f "${emptyrom}"
|
rm -f "${emptyrom}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user