summaryrefslogtreecommitdiffstats
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 17:21:00 -0300
commit610f109acc264d5b0bd79aefcfa61b72456da90a (patch)
tree5deccd190dc2f0192dc28b928e05a9fada439111
parent6e1034e8613d749d28aef5913d83689835d071ab (diff)
downloadmeta-freescale-610f109acc264d5b0bd79aefcfa61b72456da90a.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> (cherry picked from commit 33410da17f40dd949d29d1daa20c2c89b6741ce5)
-rw-r--r--recipes-kernel/linux/linux-fslc-lts-4.19/defconfig3
-rw-r--r--recipes-kernel/linux/linux-fslc/defconfig3
2 files changed, 6 insertions, 0 deletions
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
446CONFIG_FONT_8x8=y 446CONFIG_FONT_8x8=y
447CONFIG_FONT_8x16=y 447CONFIG_FONT_8x16=y
448CONFIG_USER_NS=y 448CONFIG_USER_NS=y
449CONFIG_NET_SCHED=y
450CONFIG_NET_SCH_FQ_CODEL=y
451CONFIG_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
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