summaryrefslogtreecommitdiff
path: root/resources/scripts/download/seabios
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/download/seabios')
-rwxr-xr-xresources/scripts/download/seabios3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/scripts/download/seabios b/resources/scripts/download/seabios
index a53d44f8..9eaa3fcb 100755
--- a/resources/scripts/download/seabios
+++ b/resources/scripts/download/seabios
@@ -48,9 +48,10 @@ cd "seabios/"
# Reset to the last commit that was tested (we use stable releases for seabios)
# ------------------------------------------------------------------------------
-git reset --hard b0d61ecef66eb05bd7a4eb7ada88ec5dab06dfee
+git reset --hard 64f37cc530f144e53c190c9e8209a51b58fd5c43
for patchfile in ../resources/seabios/patches/*.patch; do
+ if [ ! -f "${patchfile}" ]; then continue; fi
git am "${patchfile}" || touch ../build_error
if [ -f ../build_error ]; then
git am --abort