diff options
| author | John Crispin <blogic@openwrt.org> | 2014-11-03 08:00:39 +0000 |
|---|---|---|
| committer | John Crispin <blogic@openwrt.org> | 2014-11-03 08:00:39 +0000 |
| commit | 42d5e6680c81fb7c773281bcdec54eaa72991d34 (patch) | |
| tree | 9f170b1613d091c37562cab0063c4dd15a5eed6e | |
| parent | 305ac83fa35623c8b7b90fbc31ecd5b255bbe9d5 (diff) | |
| download | upstream-42d5e6680c81fb7c773281bcdec54eaa72991d34.tar.gz upstream-42d5e6680c81fb7c773281bcdec54eaa72991d34.tar.bz2 upstream-42d5e6680c81fb7c773281bcdec54eaa72991d34.zip | |
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
| -rw-r--r-- | package/kernel/linux/modules/netsupport.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk index 376b5889829..8671df1318c 100644 --- 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) |
