re-add wireguard
This commit is contained in:
parent
9be9a3ccc7
commit
1c7eda0065
@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|||||||
inherit kernel
|
inherit kernel
|
||||||
|
|
||||||
SRC_URI = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.6.tar.xz\
|
SRC_URI = "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.0.6.tar.xz\
|
||||||
|
file://0117-WireGuard.patch \
|
||||||
file://defconfig \
|
file://defconfig \
|
||||||
"
|
"
|
||||||
SRC_URI[md5sum] = "301cf9a7706c750ca76b322eb98bfe15"
|
SRC_URI[md5sum] = "301cf9a7706c750ca76b322eb98bfe15"
|
||||||
|
File diff suppressed because one or more lines are too long
@ -872,6 +872,8 @@ CONFIG_XFRM=y
|
|||||||
# CONFIG_NET_KEY is not set
|
# CONFIG_NET_KEY is not set
|
||||||
# CONFIG_XDP_SOCKETS is not set
|
# CONFIG_XDP_SOCKETS is not set
|
||||||
CONFIG_INET=y
|
CONFIG_INET=y
|
||||||
|
CONFIG_WIREGUARD=y
|
||||||
|
# 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
|
||||||
@ -883,6 +885,7 @@ CONFIG_IP_ROUTE_VERBOSE=y
|
|||||||
# CONFIG_NET_IPGRE_DEMUX is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
CONFIG_NET_IP_TUNNEL=y
|
CONFIG_NET_IP_TUNNEL=y
|
||||||
CONFIG_SYN_COOKIES=y
|
CONFIG_SYN_COOKIES=y
|
||||||
|
CONFIG_NET_UDP_TUNNEL=y
|
||||||
# CONFIG_NET_FOU is not set
|
# CONFIG_NET_FOU is not set
|
||||||
# CONFIG_NET_FOU_IP_TUNNELS is not set
|
# CONFIG_NET_FOU_IP_TUNNELS is not set
|
||||||
# CONFIG_INET_AH is not set
|
# CONFIG_INET_AH is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user