aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/netsupport.mk
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2016-02-12 08:30:00 +0000
committerJohn Crispin <blogic@openwrt.org>2016-02-12 08:30:00 +0000
commit88bae8ec056dea32446ac40fddfc55cfd0340a47 (patch)
treeef3cd16049f74de44bc6b47b1dba9eecda2250b0 /package/kernel/linux/modules/netsupport.mk
parent6247aa40378fb82f92d86c57d7ce108516a1ecb8 (diff)
downloadmaster-187ad058-88bae8ec056dea32446ac40fddfc55cfd0340a47.tar.gz
master-187ad058-88bae8ec056dea32446ac40fddfc55cfd0340a47.tar.bz2
master-187ad058-88bae8ec056dea32446ac40fddfc55cfd0340a47.zip
kernel/modules: rename kmod-ipvti to kmod-ip-vti
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/linux/modules/netsupport.mk')
-rw-r--r--package/kernel/linux/modules/netsupport.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/linux/modules/netsupport.mk b/package/kernel/linux/modules/netsupport.mk
index b1cce0b2d2..cbf2ffbd35 100644
--- a/package/kernel/linux/modules/netsupport.mk
+++ b/package/kernel/linux/modules/netsupport.mk
@@ -404,7 +404,7 @@ endef
$(eval $(call KernelPackage,iptunnel))
-define KernelPackage/ipvti
+define KernelPackage/ip-vti
SUBMENU:=$(NETWORK_SUPPORT_MENU)
TITLE:=IP VTI (Virtual Tunnel Interface)
DEPENDS:=+kmod-iptunnel +kmod-iptunnel4 +kmod-ipsec4
@@ -413,11 +413,11 @@ define KernelPackage/ipvti
AUTOLOAD:=$(call AutoLoad,33,ip_vti)
endef
-define KernelPackage/ipvti/description
+define KernelPackage/ip-vti/description
Kernel modules for IP VTI (Virtual Tunnel Interface)
endef
-$(eval $(call KernelPackage,ipvti))
+$(eval $(call KernelPackage,ip-vti))
define KernelPackage/iptunnel4