Fix prjc pds selector defaulting to prjc bmq instead on 5.9 and 5.10.

Fixes https://github.com/Frogging-Family/linux-tkg/issues/113
This commit is contained in:
Tk-Glitch 2020-11-06 11:26:42 +01:00
parent 12a5149e97
commit 9cf44a0dee

View File

@ -138,7 +138,7 @@ _tkg_initscript() {
if [ "$CONDITION" = "2" ];then
if [ "$_basever" = "54" ] || [ "$_basever" = "57" ]; then
echo "_cpusched=\"MuQSS\"" > "${_path}"/cpuschedset
elif [ "$_basever" = "58" ]; then
elif [ "$_basever" = "58" ] || [ "$_basever" = "59" ] || [ "$_basever" = "510" ]; then
echo "_cpusched=\"pds\"" > "${_path}"/cpuschedset
else
echo "_cpusched=\"bmq\"" > "${_path}"/cpuschedset