[OpenWrt-Devel] [PATCH] kernel/modules/vxlan: add +kmod-iptunnel as dependency

Alexandru Ardelean ardeleanalex at gmail.com
Sun Nov 2 12:43:57 EST 2014


According to this ticket:
   https://dev.openwrt.org/ticket/18264
Some builds fail because kmod-ip_tunnel is not specified as
a dependency for kmod-vxlan.
The build seems to occur on buildbot and I cannot reproduce
this locally.

However, adding +kmod-ip_tunnel is not a bad idea.

Maybe it has to do with the order in how how modules are
being built on buildbot and kmod-ip_tunnel has not been
installed when kmod-vxlan is being built.
So, adding it as dependency should fix that.

Signed-off-by: Alexandru Ardelean <ardeleanalex at gmail.com>
---
 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 376b588..8671df1 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -147,6 +147,7 @@ $(eval $(call KernelPackage,8021q))
 define KernelPackage/vxlan
   SUBMENU:=$(NETWORK_SUPPORT_MENU)
   TITLE:=Native VXLAN Kernel support
+  DEPENDS:=+kmod-iptunnel
   KCONFIG:=CONFIG_VXLAN
   FILES:=$(LINUX_DIR)/drivers/net/vxlan.ko
   AUTOLOAD:=$(call AutoLoad,13,vxlan)
-- 
1.8.4.5
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list