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:
parent
12a5149e97
commit
9cf44a0dee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user