diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index a08492c..ab4b5c2 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -297,7 +297,7 @@ _set_cpu_scheduler() { elif [ "$_kver" = "519" ]; then _avail_cpu_scheds=("cfs" "pds" "bmq" "cacule" "tt" "bore") elif [ "$_kver" = "600" ]; then - _avail_cpu_scheds=("cfs" "pds" "bmq" "bore") + _avail_cpu_scheds=("cfs" "pds" "bmq" "tt" "bore") else _avail_cpu_scheds=("cfs") fi