diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-11-23 03:58:35 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-11-23 03:58:35 (EST) |
commit | 1bf083d7eb18d383c708980072adc1a02d491875 (patch) | |
tree | cb78fa30032d337be03070b16a2ac6055939623b /getflashrom | |
parent | fbbcac0dcbc6f73f575dd9c36f7ed0bbd4104018 (diff) | |
download | libreboot-1bf083d7eb18d383c708980072adc1a02d491875.zip libreboot-1bf083d7eb18d383c708980072adc1a02d491875.tar.gz libreboot-1bf083d7eb18d383c708980072adc1a02d491875.tar.bz2 |
Update flashrom
Diffstat (limited to 'getflashrom')
-rwxr-xr-x | getflashrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getflashrom b/getflashrom index 8b2a409..c3d59cf 100755 --- a/getflashrom +++ b/getflashrom @@ -33,7 +33,7 @@ rm -rf flashrom # --------------------------------------------------------------------- # download it using subversion -svn co -r 1850 svn://flashrom.org/flashrom/trunk flashrom +svn co -r 1854 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") |