diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index d4a735d..4f53a82 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -282,7 +282,7 @@ _set_cpu_scheduler() { elif [ "$_kver" = "600" ]; then _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore") elif [ "$_kver" = "601" ]; then - _avail_cpu_scheds=("cfs" "bore") + _avail_cpu_scheds=("cfs" "bore" "tt") else _avail_cpu_scheds=("cfs") fi