mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-03 04:21:17 +01:00
overlay sys-kernel/coreos-modules: delete configs CONFIG_NET_CLS_RSVP*
Build fails in >= 5.15.133 like below, because upstream stable Kernels deleted the Kernel configs CONFIG_NET_CLS_RSVP*. ``` * ERROR: sys-kernel/coreos-modules-5.15.133::coreos failed (configure phase): * Requested options not enabled in build: * CONFIG_NET_CLS_RSVP * CONFIG_NET_CLS_RSVP6 ``` Fix that by deleting the Kernel configs.
This commit is contained in:
parent
0e5f22cfd1
commit
059df8f673
@ -572,8 +572,6 @@ CONFIG_NET_CLS_CGROUP=m
|
||||
CONFIG_NET_CLS_FLOW=m
|
||||
CONFIG_NET_CLS_FW=m
|
||||
CONFIG_NET_CLS_ROUTE4=m
|
||||
CONFIG_NET_CLS_RSVP=m
|
||||
CONFIG_NET_CLS_RSVP6=m
|
||||
CONFIG_NET_CLS_U32=m
|
||||
CONFIG_NET_EMATCH=y
|
||||
CONFIG_NET_EMATCH_CMP=m
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user