From ce7140b1ce59f5378a825c1b966981c9ba90a67b Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 3 Sep 2020 16:59:02 +0200 Subject: [PATCH] linux58-tkg: cfg: Fix missing "bmq" as a valid cpuscheduler option --- linux58-tkg/customization.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux58-tkg/customization.cfg b/linux58-tkg/customization.cfg index ef47268..8354311 100644 --- a/linux58-tkg/customization.cfg +++ b/linux58-tkg/customization.cfg @@ -54,7 +54,7 @@ _debugdisable="false" # LEAVE AN EMPTY VALUE TO BE PROMPTED ABOUT FOLLOWING OPTIONS AT BUILD TIME -# CPU scheduler - Options are "pds" or "cfs" +# CPU scheduler - Options are "pds", "bmq" or "cfs" # "pds" is the recommended option for gaming _cpusched=""