Added WireGuard support to the kernel.
This commit is contained in:
parent
082586b5ab
commit
ddf05e8732
@ -24,6 +24,7 @@ SRC_URI += " \
|
|||||||
file://ignore-sysroot-for-plugin-build.patch \
|
file://ignore-sysroot-for-plugin-build.patch \
|
||||||
file://0114-smpboot-reuse-timer-calibration.patch \
|
file://0114-smpboot-reuse-timer-calibration.patch \
|
||||||
file://0116-Initialize-ata-before-graphics.patch \
|
file://0116-Initialize-ata-before-graphics.patch \
|
||||||
|
file://0117-WireGuard.patch \
|
||||||
file://0001-libata-Add-new-med_power_with_dipm-link_power_manage.patch \
|
file://0001-libata-Add-new-med_power_with_dipm-link_power_manage.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
33966
meta-citadel/recipes-kernel/citadel-kernel/files/0117-WireGuard.patch
Normal file
33966
meta-citadel/recipes-kernel/citadel-kernel/files/0117-WireGuard.patch
Normal file
File diff suppressed because one or more lines are too long
@ -779,6 +779,8 @@ CONFIG_UNIX_DIAG=y
|
|||||||
# CONFIG_XFRM_USER is not set
|
# CONFIG_XFRM_USER is not set
|
||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
|
CONFIG_WIREGUARD=m
|
||||||
|
# CONFIG_WIREGUARD_DEBUG is not set
|
||||||
# CONFIG_IP_MULTICAST is not set
|
# CONFIG_IP_MULTICAST is not set
|
||||||
CONFIG_IP_ADVANCED_ROUTER=y
|
CONFIG_IP_ADVANCED_ROUTER=y
|
||||||
# CONFIG_IP_FIB_TRIE_STATS is not set
|
# CONFIG_IP_FIB_TRIE_STATS is not set
|
||||||
@ -788,9 +790,9 @@ CONFIG_IP_MULTIPLE_TABLES=y
|
|||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_NET_IP_TUNNEL is not set
|
CONFIG_NET_IP_TUNNEL=m
|
||||||
CONFIG_SYN_COOKIES=y
|
CONFIG_SYN_COOKIES=y
|
||||||
# CONFIG_NET_UDP_TUNNEL is not set
|
CONFIG_NET_UDP_TUNNEL=m
|
||||||
# CONFIG_NET_FOU is not set
|
# CONFIG_NET_FOU is not set
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
# CONFIG_INET_ESP is not set
|
# CONFIG_INET_ESP is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user