kernel/modules/vxlan: add +kmod-iptunnel as dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 43154
This commit is contained in:
parent
cc5194cf03
commit
e2d82442b7
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue