diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-02-07 21:55:24 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-02-07 21:55:24 (EST) |
commit | 068b8f582296224591200104ab6f92fac537078e (patch) | |
tree | 773c23010e54d2020f9dee9c2ecc694e32128992 /build-release | |
parent | 32014c2b2f10a02bdd801c6db9cfe10ca6fe7733 (diff) | |
download | libreboot-068b8f582296224591200104ab6f92fac537078e.zip libreboot-068b8f582296224591200104ab6f92fac537078e.tar.gz libreboot-068b8f582296224591200104ab6f92fac537078e.tar.bz2 |
various fixes for r20150208
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-release b/build-release index 43d2a65..2e8c006 100755 --- a/build-release +++ b/build-release @@ -331,8 +331,8 @@ cp coreboot/src/mainboard/apple/macbook21/cmos.layout libreboot_bin/macbook21cmo # FLASHING SCRIPTS # Flashrom script (makes flashing easier: ./flash path/to/libreboot.rom) cp flash libreboot_bin/ -# For those upgrading from libreboot 5th release (or lower) to latest, on the X60 -cp x60flashfrom5 libreboot_bin/ +# Brick-prone flashing script (for mismatching board names, when they change) +cp forceflash libreboot_bin/ # X60/T60: so that the user can use libreboot_bin to overwrite lenovo bios with libreboot cp lenovobios_firstflash libreboot_bin/ cp lenovobios_secondflash libreboot_bin/ |