From 59467ad9a3379a577a26ed4ad4ff6016abd25331 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Thu, 29 Oct 2020 12:20:56 +0100 Subject: [PATCH] Let's not forget BMQ on 5.4 as well --- linux-tkg-config/prepare | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 440608d..f86594c 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -585,7 +585,7 @@ _tkg_srcprep() { fi if [ "${_cpusched}" = "upds" ] || ( [ "$_basever" = "54" ] || [ "$_basever" = "57" ] && [ "${_cpusched}" = "pds" ] ); then _sched="pds" - elif [ "${_cpusched}" = "MuQSS" ] || [ "$_basever" != "54" ] && [ "$_cpusched" != "bmq" ] && [ "$_cpusched" != "pds" ]; then + elif [ "${_cpusched}" = "MuQSS" ] || ( [ "$_basever" != "54" ] && [ "$_cpusched" != "bmq" ] && [ "$_cpusched" != "pds" ] ) || ( [ "$_basever" = "54" ] && [ "$_cpusched" = "bmq" ] ); then _sched="${_cpusched}" else _sched="alt_core"