diff options
author | Leah Rowe <info@minifree.org> | 2016-08-22 10:09:26 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2016-08-22 10:09:26 +0100 |
commit | 3ca295f25340344f5d42164bd134dbb9f5b0ff4c (patch) | |
tree | c1afee91f68b6e38ad94a0008756d65a5f29351d /docs/resources/misc/patches | |
parent | 0dd3c4bae6c7c61f98f90a06bbd6406e14ce5c99 (diff) | |
download | librebootfr-3ca295f25340344f5d42164bd134dbb9f5b0ff4c.tar.gz librebootfr-3ca295f25340344f5d42164bd134dbb9f5b0ff4c.zip |
switch back to html for documentation
Diffstat (limited to 'docs/resources/misc/patches')
-rw-r--r-- | docs/resources/misc/patches/x60flashscript.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/resources/misc/patches/x60flashscript.patch b/docs/resources/misc/patches/x60flashscript.patch deleted file mode 100644 index 7f4c8307..00000000 --- a/docs/resources/misc/patches/x60flashscript.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 34270811fce1ecf0bcf3b1363b0dc3dbf284ab09 Mon Sep 17 00:00:00 2001 -From: Leah Rowe <info@minifree.org> -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 |