diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-14 11:29:57 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-14 11:29:57 +0000 |
commit | 27c283e796f660ecb8186632313b6d952a3043b5 (patch) | |
tree | 926c1b0b1944c2c7fe0ae9f5a56e68d1496b19f4 /getflashrom | |
parent | 10bdb08f5e2f0167ea7543c506abe048c7ade9c2 (diff) | |
download | librebootfr-27c283e796f660ecb8186632313b6d952a3043b5.tar.gz librebootfr-27c283e796f660ecb8186632313b6d952a3043b5.zip |
Update flashrom (again)
builddeps-flashrom updated to use diff's instead of whole copies
of flashchips.c, when building patched executables.
(this makes updating and maintaining flashrom easier)
Diffstat (limited to 'getflashrom')
-rwxr-xr-x | getflashrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getflashrom b/getflashrom index c3d59cf3..23d0562b 100755 --- a/getflashrom +++ b/getflashrom @@ -33,7 +33,7 @@ rm -rf flashrom # --------------------------------------------------------------------- # download it using subversion -svn co -r 1854 svn://flashrom.org/flashrom/trunk flashrom +svn co -r 1858 svn://flashrom.org/flashrom/trunk flashrom # there are no permanent patches needed to be applied here: # the patches are applied selectively at build time (when running "builddeps-flashrom") |