diff options
Diffstat (limited to 'resources/scripts/helpers/download/flashrom')
-rwxr-xr-x | resources/scripts/helpers/download/flashrom | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index 403ba8f..bbe844b 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -37,10 +37,13 @@ rm -Rf "flashrom/" # ------------------------------------------------------------------------------ # download it using subversion -svn co -r 1889 svn://flashrom.org/flashrom/trunk flashrom +git clone https://github.com/stefanct/flashrom.git cd "flashrom/" +# reset to known revision +git reset --hard 80c9382948afa5e572854d49846a36b7f9d90e03 + # Apply patches # ------------------------------------------------------------------------------ |