diff options
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 96f5ed6..82cb065 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 |