diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-06-10 20:51:11 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-06-10 20:51:11 (EDT) |
commit | ddcac0d02211a40d8543c16fdde826556adb3cd8 (patch) | |
tree | 11f9e9009b2e6d1780aeba75819b6a5c231553bd /docs | |
parent | 403c9223c53559e89a5cfd10260be9aa93fe4fdb (diff) | |
download | libreboot-ddcac0d02211a40d8543c16fdde826556adb3cd8.zip libreboot-ddcac0d02211a40d8543c16fdde826556adb3cd8.tar.gz libreboot-ddcac0d02211a40d8543c16fdde826556adb3cd8.tar.bz2 |
add missing file from last commit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install/x60flashscript.patch | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/install/x60flashscript.patch b/docs/install/x60flashscript.patch new file mode 100644 index 0000000..2126590 --- /dev/null +++ b/docs/install/x60flashscript.patch @@ -0,0 +1,27 @@ +From 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 Mon Sep 17 00:00:00 2001 +From: Francis Rowe <info@gluglug.org.uk> +Date: Wed, 10 Jun 2015 22:53:28 +0000 +Subject: flash script: fix a really really really dumb mistake + +--- +diff --git a/flash b/flash +index c96b915..04fd274 100755 +--- a/flash ++++ b/flash +@@ -95,12 +95,12 @@ if [ "$mode" = "i945lenovo_firstflash" ] || [ "$mode" = "i945lenovo_secondflash" + # git or libreboot_src + bucts="./bucts/bucts" + flashrom_lenovobios_sst="./flashrom/flashrom_lenovobios_sst" +- flashrom_lenovobios_macronix="./flashrom/flashrom_lenovobios_sst" ++ flashrom_lenovobios_macronix="./flashrom/flashrom_lenovobios_macronix" + else + # libreboot_util + bucts="./bucts/$arch/bucts" + flashrom_lenovobios_sst="./flashrom/$arch/flashrom_lenovobios_sst" +- flashrom_lenovobios_macronix="./flashrom/$arch/flashrom_lenovobios_sst" ++ flashrom_lenovobios_macronix="./flashrom/$arch/flashrom_lenovobios_macronix" + fi + + # anti-bricking precaution +-- +cgit v0.9.0.2 |