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

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43154 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
John Crispin 2014-11-03 08:00:39 +00:00
parent 305ac83fa3
commit 42d5e6680c

View 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)