linux58-tkg: 5.8.4

This commit is contained in:
Tk-Glitch
2020-08-26 14:09:30 +02:00
parent 2cece5f184
commit 6c3afa9aab
2 changed files with 4 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
_basever=58
_basekernel=5.8
_sub=3
_sub=4
_tkg_initscript() {
@@ -299,6 +299,7 @@ _tkg_srcprep() {
elif [ "${_cpusched}" = "bmq" ]; then
# BMQ default config
echo "CONFIG_SCHED_ALT=y" >> ./.config
echo "CONFIG_SCHED_BMQ=y" >> ./.config
fi
if [ "${_cpusched}" = "MuQSS" ] || [ "${_cpusched}" = "pds" ] || [ "${_cpusched}" = "bmq" ]; then