From: Andreas Müller Date: Wed, 5 Feb 2020 17:02:44 +0000 (+0100) Subject: linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary depends X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=33410da17f40dd949d29d1daa20c2c89b6741ce5;p=meta-freescale.git 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 --- 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