summaryrefslogtreecommitdiffstats
path: root/getflashrom
diff options
context:
space:
mode:
Diffstat (limited to 'getflashrom')
-rwxr-xr-xgetflashrom14
1 files changed, 2 insertions, 12 deletions
diff --git a/getflashrom b/getflashrom
index 8908dd4..ffe83d7 100755
--- a/getflashrom
+++ b/getflashrom
@@ -2,7 +2,7 @@
# getflashrom script: downloads flashrom and patches it
#
-# Copyright (C) 2014 Francis Rowe
+# Copyright (C) 2014 Francis Rowe <info@gluglug.org.uk>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -31,21 +31,11 @@ rm -rf flashrom
# ---------------------------------------------------------------------
# download it using subversion
-svn co -r 1822 svn://flashrom.org/flashrom/trunk flashrom
-
-# r1822 2014-06-16 is the revision last tested/patched
+svn co -r 1846 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")
-# delete the .svn directory
-# (not needed to work with source code)
-# (reduces size of the archive)
-# flashrom development should be upstream!
-cd flashrom
-rm -rf .svn
-cd ../
-
echo "FINISHED DOWNLOADING FLASHROM"
# ------------------- DONE ----------------------