diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-12 00:04:18 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-12 00:04:18 +0100 |
commit | 3583782270e2fd31ac674e5b602d5522657e00a0 (patch) | |
tree | 0c77ffabe67d5a8d99e2a84372ff2d2230085183 /getcb | |
parent | 893e35af21a5113164f462772cc6b9c64cff37bb (diff) | |
download | librebootfr-3583782270e2fd31ac674e5b602d5522657e00a0.tar.gz librebootfr-3583782270e2fd31ac674e5b602d5522657e00a0.zip |
T60: fix compilation
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -73,7 +73,10 @@ git fetch http://review.coreboot.org/coreboot refs/changes/49/7049/1 && git cher # Apply necessary patches (from resources/libreboot/patch/) # --------------------------------------------------------------------------------- -# no diffs needed at the moment +# T60: fix compilation when using 6731 from review.coreboot.org +git apply ../resources/libreboot/patch/t60_6731buildfix.diff +## 6731 is abandoned and there's no point putting this in coreboot gerrit. +## there is no harm in it being a diff # Run coreboot-libre deblob scripts # --------------------------------------------------------------------------------- |