mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
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.
This commit is contained in:
parent
86da5f9913
commit
97e9a0372c
@ -131,6 +131,9 @@ CONFIG_VLAN_8021Q=m
|
|||||||
CONFIG_VLAN_8021Q_GVRP=y
|
CONFIG_VLAN_8021Q_GVRP=y
|
||||||
CONFIG_VLAN_8021Q_MVRP=y
|
CONFIG_VLAN_8021Q_MVRP=y
|
||||||
|
|
||||||
|
CONFIG_NET_SCHED=y
|
||||||
|
CONFIG_NET_SCH_FQ_CODEL=m
|
||||||
|
|
||||||
CONFIG_WIRELESS=y
|
CONFIG_WIRELESS=y
|
||||||
CONFIG_WEXT_CORE=y
|
CONFIG_WEXT_CORE=y
|
||||||
CONFIG_WEXT_PROC=y
|
CONFIG_WEXT_PROC=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user