diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-10-12 19:44:10 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-10-12 19:44:10 (EDT) |
commit | 9f9a02c823f173efeebdb026f747e4b0987098cd (patch) | |
tree | 5761097c5e35ca40858d5442df6a8aafe1d97b29 /getcb | |
parent | 37872f2576a532a8efce7b07458a6caf63504658 (diff) | |
download | libreboot-9f9a02c823f173efeebdb026f747e4b0987098cd.zip libreboot-9f9a02c823f173efeebdb026f747e4b0987098cd.tar.gz libreboot-9f9a02c823f173efeebdb026f747e4b0987098cd.tar.bz2 |
Fix build issue with previous commit
Diffstat (limited to 'getcb')
-rwxr-xr-x | getcb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ git fetch http://review.coreboot.org/coreboot refs/changes/50/7050/2 && git cher # git fetch http://review.coreboot.org/coreboot refs/changes/51/7051/1 && git cherry-pick FETCH_HEAD # ec/lenovo/h8: permanently enable wifi/trackpoint/touchpad, disable bluetooth/wwan -git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/1 && git cherry-pick FETCH_HEAD +git fetch http://review.coreboot.org/coreboot refs/changes/58/7058/2 && git cherry-pick FETCH_HEAD # ACPI brightness for i945 targets (x60/t60/x60t/x60s/macbook21): git fetch http://review.coreboot.org/coreboot refs/changes/31/6731/7 && git cherry-pick FETCH_HEAD |