From 1ca81bf1ee16b3079583f41b27b88fcd9fc5f9b8 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Wed, 26 Oct 2022 16:56:09 +0200 Subject: [PATCH] Add fq_codel network packet scheduler algorithm by default (#2203) The fq_codel network scheduler is the de-facto standard nowadays in most distros. Systemd enables the scheduler by default if available. Make sure all boards have the necessary kernel module activated. --- buildroot-external/kernel/hassos.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildroot-external/kernel/hassos.config b/buildroot-external/kernel/hassos.config index 024acd5ac..f77bb0fc5 100644 --- a/buildroot-external/kernel/hassos.config +++ b/buildroot-external/kernel/hassos.config @@ -128,6 +128,9 @@ CONFIG_VLAN_8021Q=m CONFIG_VLAN_8021Q_GVRP=y CONFIG_VLAN_8021Q_MVRP=y +CONFIG_NET_SCHED=y +CONFIG_NET_SCH_FQ_CODEL=m + CONFIG_WIRELESS=y CONFIG_WEXT_CORE=y CONFIG_WEXT_PROC=y