diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-14 21:07:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-14 21:07:30 (EDT) |
commit | 7113d6716fe43353dc0bf377f97eecb3169646ab (patch) | |
tree | 2ca3179e5a8a40e0c66b9af8b350d5043b317f34 | |
parent | 2cb722596872a79f8cebd856f2a4adb36b075bcb (diff) | |
download | libreboot-7113d6716fe43353dc0bf377f97eecb3169646ab.zip libreboot-7113d6716fe43353dc0bf377f97eecb3169646ab.tar.gz libreboot-7113d6716fe43353dc0bf377f97eecb3169646ab.tar.bz2 |
Update flashrom
-rwxr-xr-x | getflashrom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getflashrom b/getflashrom index ffe83d7..a107ad7 100755 --- a/getflashrom +++ b/getflashrom @@ -31,7 +31,7 @@ rm -rf flashrom # --------------------------------------------------------------------- # download it using subversion -svn co -r 1846 svn://flashrom.org/flashrom/trunk flashrom +svn co -r 1850 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") |