mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-16 22:12:37 +01:00
overlay sys-kernel/coreos-modules: remove invalid Kernel configs
Remove invalid Kernel configs CONFIG_NET_SCH_CBQ and CONFIG_NET_SCH_DSMARK, to fix build issues like: ``` * ERROR: sys-kernel/coreos-modules-6.1.80::coreos failed (configure phase): * Requested options not enabled in build: * CONFIG_NET_SCH_CBQ * CONFIG_NET_SCH_DSMARK ``` See also https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.80&id=02149c7cd115d3c82d20f758be4c9013d1128928, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.1.80&id=a41f6e170b852d2c68fc76012c49ec3332b0edcc.
This commit is contained in:
parent
e87a0cf850
commit
d15d952f25
@ -592,11 +592,9 @@ CONFIG_NET_KEY=m
|
||||
CONFIG_NET_L3_MASTER_DEV=y
|
||||
# CONFIG_NET_PACKET_ENGINE is not set
|
||||
CONFIG_NET_SCHED=y
|
||||
CONFIG_NET_SCH_CBQ=m
|
||||
CONFIG_NET_SCH_CHOKE=m
|
||||
CONFIG_NET_SCH_CODEL=m
|
||||
CONFIG_NET_SCH_DRR=m
|
||||
CONFIG_NET_SCH_DSMARK=m
|
||||
CONFIG_NET_SCH_FQ=m
|
||||
CONFIG_NET_SCH_FQ_CODEL=m
|
||||
CONFIG_NET_SCH_GRED=m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user