kernel/modules: rename kmod-ipvti to kmod-ip-vti
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 48702
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Crispin
					John Crispin