linux: add wireguard support for Rockchip

This commit is contained in:
chewitt 2020-01-23 07:32:52 +00:00
parent 341b84e38e
commit 17f0e8670c
3 changed files with 18 additions and 3 deletions

View File

@ -800,7 +800,7 @@ CONFIG_NET_IP_TUNNEL=y
# CONFIG_SYN_COOKIES is not set # CONFIG_SYN_COOKIES is not set
# CONFIG_NET_IPVTI is not set # CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set CONFIG_NET_FOU=m
# 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
# CONFIG_INET_ESP is not set # CONFIG_INET_ESP is not set
@ -831,6 +831,7 @@ CONFIG_IPV6_SIT=y
# CONFIG_IPV6_SIT_6RD is not set # CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_FOU=m
CONFIG_IPV6_MULTIPLE_TABLES=y CONFIG_IPV6_MULTIPLE_TABLES=y
# CONFIG_IPV6_SUBTREES is not set # CONFIG_IPV6_SUBTREES is not set
# CONFIG_IPV6_MROUTE is not set # CONFIG_IPV6_MROUTE is not set

View File

@ -807,7 +807,12 @@ CONFIG_UNIX=y
CONFIG_UNIX_SCM=y CONFIG_UNIX_SCM=y
# CONFIG_UNIX_DIAG is not set # CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set # CONFIG_TLS is not set
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set # CONFIG_XFRM_USER is not set
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
# 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
@ -824,7 +829,7 @@ CONFIG_NET_IP_TUNNEL=m
# CONFIG_SYN_COOKIES is not set # CONFIG_SYN_COOKIES is not set
# CONFIG_NET_IPVTI is not set # CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set CONFIG_NET_FOU=m
# 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
# CONFIG_INET_ESP is not set # CONFIG_INET_ESP is not set
@ -852,6 +857,7 @@ CONFIG_IPV6_SIT=m
# CONFIG_IPV6_SIT_6RD is not set # CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_FOU=m
# CONFIG_IPV6_MULTIPLE_TABLES is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set # CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set # CONFIG_IPV6_SEG6_LWTUNNEL is not set
@ -966,6 +972,7 @@ CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
# CONFIG_NETFILTER_XT_MATCH_OSF is not set # CONFIG_NETFILTER_XT_MATCH_OSF is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set

View File

@ -807,7 +807,12 @@ CONFIG_UNIX=y
CONFIG_UNIX_SCM=y CONFIG_UNIX_SCM=y
# CONFIG_UNIX_DIAG is not set # CONFIG_UNIX_DIAG is not set
# CONFIG_TLS is not set # CONFIG_TLS is not set
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set # CONFIG_XFRM_USER is not set
# CONFIG_XFRM_INTERFACE is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
# 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
@ -824,7 +829,7 @@ CONFIG_NET_IP_TUNNEL=m
# CONFIG_SYN_COOKIES is not set # CONFIG_SYN_COOKIES is not set
# CONFIG_NET_IPVTI is not set # CONFIG_NET_IPVTI is not set
CONFIG_NET_UDP_TUNNEL=m CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set CONFIG_NET_FOU=m
# 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
# CONFIG_INET_ESP is not set # CONFIG_INET_ESP is not set
@ -852,6 +857,7 @@ CONFIG_IPV6_SIT=m
# CONFIG_IPV6_SIT_6RD is not set # CONFIG_IPV6_SIT_6RD is not set
CONFIG_IPV6_NDISC_NODETYPE=y CONFIG_IPV6_NDISC_NODETYPE=y
# CONFIG_IPV6_TUNNEL is not set # CONFIG_IPV6_TUNNEL is not set
CONFIG_IPV6_FOU=m
# CONFIG_IPV6_MULTIPLE_TABLES is not set # CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set # CONFIG_IPV6_MROUTE is not set
# CONFIG_IPV6_SEG6_LWTUNNEL is not set # CONFIG_IPV6_SEG6_LWTUNNEL is not set
@ -966,6 +972,7 @@ CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
# CONFIG_NETFILTER_XT_MATCH_OSF is not set # CONFIG_NETFILTER_XT_MATCH_OSF is not set
# CONFIG_NETFILTER_XT_MATCH_OWNER is not set # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set