diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-23 09:06:48 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-23 09:06:48 +0000 |
commit | 23af3c8ee8e020735fa95039e32d34bc4a149c15 (patch) | |
tree | 102c8292d73da5168e0f349fa37ad29997c62d53 /build-release | |
parent | 1bf083d7eb18d383c708980072adc1a02d491875 (diff) | |
download | librebootfr-23af3c8ee8e020735fa95039e32d34bc4a149c15.tar.gz librebootfr-23af3c8ee8e020735fa95039e32d34bc4a149c15.zip |
x60flashfrom5 (new), for X60 users upgrading from 5th/early release
Diffstat (limited to 'build-release')
-rwxr-xr-x | build-release | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build-release b/build-release index 96f5ed69..82cb0658 100755 --- a/build-release +++ b/build-release @@ -164,6 +164,9 @@ cp lenovobios_secondflash libreboot_bin/ # 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/ + # patch the version of cbfstool included in libreboot_bin, # so that it can be built/executed standalone # this modification is only suitable for the version included in libreboot_bin |