From 97e9a0372c047c6e4736a61f8bdafb41e71feba4 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 2a75b271c..1e9602610 100644 --- a/buildroot-external/kernel/hassos.config +++ b/buildroot-external/kernel/hassos.config @@ -131,6 +131,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