From 610f109acc264d5b0bd79aefcfa61b72456da90a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Wed, 5 Feb 2020 18:02:44 +0100 Subject: [PATCH] linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary depends MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 (cherry picked from commit 33410da17f40dd949d29d1daa20c2c89b6741ce5) --- recipes-kernel/linux/linux-fslc-lts-4.19/defconfig | 3 +++ recipes-kernel/linux/linux-fslc/defconfig | 3 +++ 2 files changed, 6 insertions(+) diff --git a/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig b/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig index 5546e4cf..bab877b9 100644 --- a/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig +++ b/recipes-kernel/linux/linux-fslc-lts-4.19/defconfig @@ -446,3 +446,6 @@ CONFIG_FONTS=y CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y CONFIG_USER_NS=y +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_FQ_CODEL=y +CONFIG_NET_SCH_FIFO=y 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 -- 2.40.1