diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 03:22:13 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-11-06 03:22:13 (EST) |
commit | c56b6b903c9feb56c67616c967e1784c38d0e249 (patch) | |
tree | 0693ca5eb8f7863648a367592d6d1e81132116a2 /resources/scripts/helpers/download | |
parent | 0d9bed81ee14c31bcd5d22a5febbaadcc7fbcbdb (diff) | |
download | libreboot-c56b6b903c9feb56c67616c967e1784c38d0e249.zip libreboot-c56b6b903c9feb56c67616c967e1784c38d0e249.tar.gz libreboot-c56b6b903c9feb56c67616c967e1784c38d0e249.tar.bz2 |
download/coreboot: remove false information
Diffstat (limited to 'resources/scripts/helpers/download')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 139dad4..8fcaf8c 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -134,7 +134,7 @@ git am "../resources/libreboot/patch/misc/0009-chromeos-Allow-disabling-vboot-fi # git fetch http://review.coreboot.org/coreboot refs/changes/43/11143/2 && git cherry-pick FETCH_HEAD # KGPE-D16 patches -# note: current top patch is http://review.coreboot.org/#/c/12072/6 +# new versions can be found at https://raptorengineeringinc.com/coreboot/kgpe-d16-status.php for i in ../resources/libreboot/patch/kgpe-d16/*; do git am "${i}" done |