linux57-tkg: Update Project C patchset to v5.7-r3

http://cchalpha.blogspot.com/2020/07/project-c-v575-r3-release.html
This commit is contained in:
Tk-Glitch
2020-07-30 15:56:03 +02:00
parent b1f1983b99
commit ad5bdd132d
3 changed files with 148 additions and 36 deletions

View File

@@ -49,7 +49,7 @@ _tkg_srcprep() {
patch -Np1 -i ../0005-glitched-pds.patch
elif [ "${_cpusched}" == "bmq" ]; then
# Project C / BMQ
patch -Np1 -i ../0009-prjc_v5.7-r2.patch
patch -Np1 -i ../0009-prjc_v5.7-r3.patch
if [ "${_aggressive_ondemand}" == "true" ]; then
patch -Np1 -i ../0009-glitched-ondemand-bmq.patch
fi