Add PRJC for 6.6 and 6.7 (#869)

* Add PRJC for 6.6 and 6.7

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>

* Update prepare file (closes #868)

Close: https://github.com/Frogging-Family/linux-tkg/issues/868

---------

Signed-off-by: Piotr Gorski <lucjan.lucjanov@gmail.com>
This commit is contained in:
Piotr Górski
2024-01-10 13:27:46 +01:00
committed by GitHub
parent 51d69ed19c
commit 8e22b7c55b
3 changed files with 22538 additions and 1 deletions

View File

@@ -312,7 +312,9 @@ _set_cpu_scheduler() {
elif [ "$_kver" = "605" ]; then
_avail_cpu_scheds=("cfs" "eevdf" "pds" "bmq" "tt" "bore" "bore-eevdf")
elif [ "$_kver" = "606" ]; then
_avail_cpu_scheds=("eevdf" "bore")
_avail_cpu_scheds=("eevdf" "bore" "pds" "bmq")
elif [ "$_kver" = "607" ]; then
_avail_cpu_scheds=("eevdf" "bore" "pds" "bmq")
else
_avail_cpu_scheds=("$_default_cpu_sched")
fi

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff