소스 검색

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

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

SVN-Revision: 43154
John Crispin 11 년 전
부모
커밋
e2d82442b7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
 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)