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:
@@ -138,7 +138,7 @@ _tkg_initscript() {
|
|||||||
if [ "$CONDITION" = "2" ];then
|
if [ "$CONDITION" = "2" ];then
|
||||||
if [ "$_basever" = "54" ] || [ "$_basever" = "57" ]; then
|
if [ "$_basever" = "54" ] || [ "$_basever" = "57" ]; then
|
||||||
echo "_cpusched=\"MuQSS\"" > "${_path}"/cpuschedset
|
echo "_cpusched=\"MuQSS\"" > "${_path}"/cpuschedset
|
||||||
elif [ "$_basever" = "58" ]; then
|
elif [ "$_basever" = "58" ] || [ "$_basever" = "59" ] || [ "$_basever" = "510" ]; then
|
||||||
echo "_cpusched=\"pds\"" > "${_path}"/cpuschedset
|
echo "_cpusched=\"pds\"" > "${_path}"/cpuschedset
|
||||||
else
|
else
|
||||||
echo "_cpusched=\"bmq\"" > "${_path}"/cpuschedset
|
echo "_cpusched=\"bmq\"" > "${_path}"/cpuschedset
|
||||||
|
Reference in New Issue
Block a user