mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-04 13:02:42 +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-5.10.211::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=v5.10.211&id=78bac52c290a7fc50607d4a91f828f1823a69824, https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.211&id=6e5e93fd51fea74844cb741af15fdc359ea8712e.
This commit is contained in:
parent
e3e29cb78a
commit
1dfc962efa
@ -576,11 +576,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