diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index d2ab2d1..b2c2cc4 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -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