projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc5194c
)
kernel/modules/vxlan: add +kmod-iptunnel as dependency
author
John Crispin
<john@openwrt.org>
Mon, 3 Nov 2014 08:00:39 +0000
(08:00 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 3 Nov 2014 08:00:39 +0000
(08:00 +0000)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 43154
package/kernel/linux/modules/netsupport.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/netsupport.mk
b/package/kernel/linux/modules/netsupport.mk
index 376b588982964f3fe89e1e0ba9f4fa6cc9bd09bc..8671df1318c25b85f6b82e84b4dbd7c23dc2f006 100644
(file)
--- a/
package/kernel/linux/modules/netsupport.mk
+++ b/
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)