Explorar o código

kernel/modules: rename kmod-ipvti to kmod-ip-vti

Signed-off-by: Stijn Tintel <[email protected]>

SVN-Revision: 48702
John Crispin %!s(int64=9) %!d(string=hai) anos
pai
achega
7865453d22
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      package/kernel/linux/modules/netsupport.mk

+ 3 - 3
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