mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-15 08:56:58 +02:00
sys-kernel/coreos-modules: make wireguard a module
The wireguard module has some crypto dependencies, we benefit from making them all modules so that they don't increase the arm64 kernel size.
This commit is contained in:
parent
d3d07fc959
commit
99ff470847
@ -941,7 +941,7 @@ CONFIG_VSOCKETS=m
|
|||||||
CONFIG_VXGE=m
|
CONFIG_VXGE=m
|
||||||
CONFIG_VXLAN=m
|
CONFIG_VXLAN=m
|
||||||
CONFIG_WATCHDOG=y
|
CONFIG_WATCHDOG=y
|
||||||
CONFIG_WIREGUARD=y
|
CONFIG_WIREGUARD=m
|
||||||
# CONFIG_WIRELESS is not set
|
# CONFIG_WIRELESS is not set
|
||||||
# CONFIG_WLAN is not set
|
# CONFIG_WLAN is not set
|
||||||
CONFIG_XEN=y
|
CONFIG_XEN=y
|
||||||
|
Loading…
Reference in New Issue
Block a user