diff options
author | John Crispin <john@openwrt.org> | 2016-02-12 08:30:00 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-12 08:30:00 +0000 |
commit | 7865453d2222db0f7e6ff4324d7e161730c0a9a6 (patch) | |
tree | 5f815d8b56031e1c84b17378388a0a8026f135c8 /package | |
parent | 9cf8461394ea7674505f32002c0d5c9df67c6810 (diff) | |
download | upstream-7865453d2222db0f7e6ff4324d7e161730c0a9a6.tar.gz upstream-7865453d2222db0f7e6ff4324d7e161730c0a9a6.tar.bz2 upstream-7865453d2222db0f7e6ff4324d7e161730c0a9a6.zip |
kernel/modules: rename kmod-ipvti to kmod-ip-vti
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48702
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/linux/modules/netsupport.mk | 6 |
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 |