diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 03:00:53 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-05-18 03:00:53 (EDT) |
commit | c5c01913227ae23105a198aa06bfb3f12f9cf892 (patch) | |
tree | 40205c9ed031a02db9e941ee159489fe184df271 /resources/scripts/helpers/download/flashrom | |
parent | 86af7b8cb941c9ed565efbbf234458ca7ea44ab1 (diff) | |
download | libreboot-c5c01913227ae23105a198aa06bfb3f12f9cf892.zip libreboot-c5c01913227ae23105a198aa06bfb3f12f9cf892.tar.gz libreboot-c5c01913227ae23105a198aa06bfb3f12f9cf892.tar.bz2 |
Libreboot r20150518 (fix mistake in flashrom patch)r20150518fix
Released on May 18th, 2015.
Diffstat (limited to 'resources/scripts/helpers/download/flashrom')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 493c4a6..9a966ee 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -44,13 +44,13 @@ svn co -r 1889 svn://flashrom.org/flashrom/trunk flashrom cd flashrom/ printf "Enabling whitelist for X200S, X200 Tablet, T400, T500 and R400\n" -svn patch ../resources/flashrom/patch/x200s_x200t_t400_t500_r400_whitelist.diff +patch board_enable.c < ../resources/flashrom/patch/x200s_x200t_t400_t500_r400_whitelist.diff # Remove redundant definitions for the flash chips that # supported libreboot machines use. This removes the need # for the user to run with the "-c" argument on these machines printf "Patching flashchips.c to remove the redundant entries\n" -svn patch ../resources/flashrom/patch/purged_chips.diff +patch flashchips.c < ../resources/flashrom/patch/purged_chips.diff cd ../ |