From 33410da17f40dd949d29d1daa20c2c89b6741ce5 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 5 Feb 2020 18:02:44 +0100 Subject: linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary depends MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-kernel/linux/linux-fslc/defconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-kernel/linux/linux-fslc') 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 CONFIG_PROVE_LOCKING=y # CONFIG_DEBUG_BUGVERBOSE is not set # CONFIG_FTRACE is not set +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_FQ_CODEL=y +CONFIG_NET_SCH_FIFO=y -- cgit v1.2.3-54-g00ecf