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
|
fi
|
||||||
if [ "${_cpusched}" = "upds" ] || ( [ "$_basever" = "54" ] || [ "$_basever" = "57" ] && [ "${_cpusched}" = "pds" ] ); then
|
if [ "${_cpusched}" = "upds" ] || ( [ "$_basever" = "54" ] || [ "$_basever" = "57" ] && [ "${_cpusched}" = "pds" ] ); then
|
||||||
_sched="pds"
|
_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}"
|
_sched="${_cpusched}"
|
||||||
else
|
else
|
||||||
_sched="alt_core"
|
_sched="alt_core"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user