From d99af7f05ac198ab8e995968f5b7e2ac2d942818 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 16 Nov 2015 17:39:32 +0000 Subject: [PATCH] kernel: kmod-udptunnel6 depends on IPv6 Spotted a missing 'ip6_udp_tunnel.ko' build failure during a local build with all kmods enabled but globally disabled IPv6 support. Signed-off-by: Jo-Philipp Wich SVN-Revision: 47487 --- package/kernel/linux/modules/netsupport.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index b81d9b4e44..66c6617d99 100644 --- a/package/kernel/linux/modules/netsupport.mk +++ b/package/kernel/linux/modules/netsupport.mk @@ -159,6 +159,7 @@ $(eval $(call KernelPackage,udptunnel4)) define KernelPackage/udptunnel6 SUBMENU:=$(NETWORK_SUPPORT_MENU) TITLE:=IPv6 UDP tunneling support + DEPENDS:=@IPV6 KCONFIG:=CONFIG_NET_UDP_TUNNEL FILES:=$(LINUX_DIR)/net/ipv6/ip6_udp_tunnel.ko AUTOLOAD:=$(call AutoLoad,32,ip6_udp_tunnel) -- 2.30.2