linux58-tkg: Update Project C patchset to v5.8-r3

d2a44a3bba
This commit is contained in:
Tk-Glitch
2020-09-15 13:21:12 +02:00
parent 8d8ec901c9
commit 41cfeabff5
3 changed files with 53 additions and 93 deletions

View File

@@ -182,7 +182,7 @@ _tkg_srcprep() {
elif [ "${_cpusched}" = "pds" ]; then
# PDS-mq
msg2 "Applying PDS base patch"
patch -Np1 -i "$srcdir"/0009-prjc_v5.8-r2.patch
patch -Np1 -i "$srcdir"/0009-prjc_v5.8-r3.patch
if [ "${_aggressive_ondemand}" = "true" ]; then
msg2 "Applying PDS agressive ondemand governor patch"
@@ -209,7 +209,7 @@ _tkg_srcprep() {
# Project C / BMQ
msg2 "Applying Project C / BMQ base patch"
patch -Np1 -i "$srcdir"/0009-prjc_v5.8-r2.patch
patch -Np1 -i "$srcdir"/0009-prjc_v5.8-r3.patch
if [ "${_aggressive_ondemand}" = "true" ]; then
msg2 "Applying BMQ agressive ondemand governor patch"