mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
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
@ -147,6 +147,7 @@ $(eval $(call KernelPackage,8021q))
|
|||||||
define KernelPackage/vxlan
|
define KernelPackage/vxlan
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=Native VXLAN Kernel support
|
TITLE:=Native VXLAN Kernel support
|
||||||
|
DEPENDS:=+kmod-iptunnel
|
||||||
KCONFIG:=CONFIG_VXLAN
|
KCONFIG:=CONFIG_VXLAN
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/vxlan.ko
|
FILES:=$(LINUX_DIR)/drivers/net/vxlan.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,13,vxlan)
|
AUTOLOAD:=$(call AutoLoad,13,vxlan)
|
||||||
|
Loading…
Reference in New Issue
Block a user