linux514-tkg: Import Project C v5.14-r0 - 023f1bda2c/5.14/prjc_v5.14-r0.patch

And related tkg patches
This commit is contained in:
Tk-Glitch
2021-08-31 17:33:52 +02:00
parent 5920edd1e4
commit a96ee3e6b7
6 changed files with 9654 additions and 5 deletions

View File

@@ -132,7 +132,7 @@ _set_cpu_scheduler() {
elif [ "$_basever" = "513" ]; then
_avail_cpu_scheds=("pds" "bmq" "cacule" "cfs")
elif [ "$_basever" = "514" ]; then
_avail_cpu_scheds=("cacule" "cfs")
_avail_cpu_scheds=("pds" "bmq" "cacule" "cfs")
else
_avail_cpu_scheds=("cfs")
fi