Let's not forget BMQ on 5.4 as well

This commit is contained in:
Tk-Glitch 2020-10-29 12:20:56 +01:00
parent bffddbdcd3
commit 59467ad9a3

View File

@ -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"