Browse Source

kernel/modules/vxlan: add +kmod-iptunnel as dependency

Signed-off-by: Alexandru Ardelean <[email protected]>

SVN-Revision: 43154
John Crispin 11 years ago
parent
commit
e2d82442b7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/kernel/linux/modules/netsupport.mk

+ 1 - 0
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)