From a3ef1029548a88a62bab481cd0ab0ef01bcacb6c Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 25 Jul 2015 14:01:29 +0200 Subject: mk/modules.mk: add missing ip_tunnel.ko Signed-off-by: Phil Sutter --- target/linux/config/Config.in.network | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/linux/config/Config.in.network') diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index 0915e776e..9fb3007aa 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -26,6 +26,7 @@ config ADK_KERNEL_IPV6 config ADK_KERNEL_IPV6_SIT tristate "IPv6-in-IPv4 tunnel (SIT driver)" select ADK_KERNEL_INET_TUNNEL + select ADK_KERNEL_NET_IP_TUNNEL help Tunneling means encapsulating data of one protocol type within another protocol and sending it over a channel that understands the @@ -124,9 +125,14 @@ config ADK_KERNEL_VLAN_8021Q config ADK_KERNEL_INET_TUNNEL tristate +config ADK_KERNEL_NET_IP_TUNNEL + tristate + default n + config ADK_KERNEL_NET_IPIP tristate "IP in IP encapsulation support" select ADK_KERNEL_INET_TUNNEL + select ADK_KERNEL_NET_IP_TUNNEL help Tunneling means encapsulating data of one protocol type within another protocol and sending it over a channel that understands the @@ -141,6 +147,7 @@ config ADK_KERNEL_NET_IPGRE tristate "GRE tunnels over IP" select ADK_KERNEL_NET_IPGRE_BROADCAST select ADK_KERNEL_NET_IPGRE_DEMUX + select ADK_KERNEL_NET_IP_TUNNEL help Tunneling means encapsulating data of one protocol type within another protocol and sending it over a channel that understands the -- cgit v1.2.3