Author: jow
Date: 2015-11-16 18:39:32 +0100 (Mon, 16 Nov 2015)
New Revision: 47487

Modified:
   trunk/package/kernel/linux/modules/netsupport.mk
Log:
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 <[email protected]>

Modified: trunk/package/kernel/linux/modules/netsupport.mk
===================================================================
--- trunk/package/kernel/linux/modules/netsupport.mk    2015-11-16 12:22:47 UTC 
(rev 47486)
+++ trunk/package/kernel/linux/modules/netsupport.mk    2015-11-16 17:39:32 UTC 
(rev 47487)
@@ -159,6 +159,7 @@
 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)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to