summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc/defconfig
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-02-05 18:02:44 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2020-02-05 14:13:29 -0300
commit33410da17f40dd949d29d1daa20c2c89b6741ce5 (patch)
tree3194f17d95bd3f259ae5054c1ed9845f1755ac82 /recipes-kernel/linux/linux-fslc/defconfig
parent67648f33b15ddeb27597e38f1c3c12c5f274f735 (diff)
downloadmeta-freescale-33410da17f40dd949d29d1daa20c2c89b6741ce5.tar.gz
linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary depends
Otherwise modern systemd complains: | Feb 05 13:22:36 some-host systemd-sysctl[186]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory | Feb 05 13:22:36 some-host systemd-sysctl[186]: Couldn't write '1' to 'net/ipv4/tcp_syncookies', ignoring: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc/defconfig')
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc/defconfig b/recipes-kernel/linux/linux-fslc/defconfig
index 2d1159b0..7381cafd 100644
--- a/recipes-kernel/linux/linux-fslc/defconfig
+++ b/recipes-kernel/linux/linux-fslc/defconfig
@@ -451,3 +451,6 @@ CONFIG_MAGIC_SYSRQ=y
451CONFIG_PROVE_LOCKING=y 451CONFIG_PROVE_LOCKING=y
452# CONFIG_DEBUG_BUGVERBOSE is not set 452# CONFIG_DEBUG_BUGVERBOSE is not set
453# CONFIG_FTRACE is not set 453# CONFIG_FTRACE is not set
454CONFIG_NET_SCHED=y
455CONFIG_NET_SCH_FQ_CODEL=y
456CONFIG_NET_SCH_FIFO=y