kernel/modules/vxlan: add +kmod-iptunnel as dependency
authorJohn Crispin <john@openwrt.org>
Mon, 3 Nov 2014 08:00:39 +0000 (08:00 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 3 Nov 2014 08:00:39 +0000 (08:00 +0000)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 43154

package/kernel/linux/modules/netsupport.mk

index 376b588982964f3fe89e1e0ba9f4fa6cc9bd09bc..8671df1318c25b85f6b82e84b4dbd7c23dc2f006 100644 (file)
@@ -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)