diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 03:49:15 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-12 03:49:15 +0100 |
commit | d7b950158f19b3128090ff489875895749b93b4f (patch) | |
tree | 80fe340010e6bcbc56e30b45c89e55e2604d0d5d /resources/scripts | |
parent | 389f66842aacfcace901ab73f92d143f0e65f42d (diff) | |
download | librebootfr-d7b950158f19b3128090ff489875895749b93b4f.tar.gz librebootfr-d7b950158f19b3128090ff489875895749b93b4f.zip |
download/coreboot: note about patch that was merged upstream
Diffstat (limited to 'resources/scripts')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 7d06d593..94430d5c 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -128,6 +128,7 @@ printf "lenovo/x60: use correct BLC_PWM_CTL value\n" # git fetch http://review.coreboot.org/coreboot refs/changes/24/10624/1 && git cherry-pick FETCH_HEAD git am "../resources/libreboot/patch/0004-lenovo-x60-use-correct-BLC_PWM_CTL-value.patch" +# NOTE: this patch has been merged upstream. Delete it from libreboot the next time you re-base printf "Enable T60 native graphics\n" # git fetch http://review.coreboot.org/coreboot refs/changes/45/5345/10 && git cherry-pick FETCH_HEAD git am "../resources/libreboot/patch/0005-lenovo-t60-Enable-native-intel-gfx-init.patch" |