Let's not forget BMQ on 5.4 as well
This commit is contained in:
parent
bffddbdcd3
commit
59467ad9a3
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user