Added WireGuard support to the kernel.

This commit is contained in:
David McKinney 2018-06-19 18:35:41 -04:00
parent 082586b5ab
commit ddf05e8732
3 changed files with 33971 additions and 2 deletions

View File

@ -24,6 +24,7 @@ SRC_URI += " \
file://ignore-sysroot-for-plugin-build.patch \
file://0114-smpboot-reuse-timer-calibration.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 diff suppressed because one or more lines are too long

View File

@ -779,6 +779,8 @@ CONFIG_UNIX_DIAG=y
# CONFIG_XFRM_USER is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_WIREGUARD=m
# CONFIG_WIREGUARD_DEBUG is not set
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
@ -788,9 +790,9 @@ CONFIG_IP_MULTIPLE_TABLES=y
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP 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_NET_UDP_TUNNEL is not set
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set