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:
parent
9cf8461394
commit
7865453d22
1 changed files with 3 additions and 3 deletions
|
@ -404,7 +404,7 @@ endef
|
||||||
$(eval $(call KernelPackage,iptunnel))
|
$(eval $(call KernelPackage,iptunnel))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/ipvti
|
define KernelPackage/ip-vti
|
||||||
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
SUBMENU:=$(NETWORK_SUPPORT_MENU)
|
||||||
TITLE:=IP VTI (Virtual Tunnel Interface)
|
TITLE:=IP VTI (Virtual Tunnel Interface)
|
||||||
DEPENDS:=+kmod-iptunnel +kmod-iptunnel4 +kmod-ipsec4
|
DEPENDS:=+kmod-iptunnel +kmod-iptunnel4 +kmod-ipsec4
|
||||||
|
@ -413,11 +413,11 @@ define KernelPackage/ipvti
|
||||||
AUTOLOAD:=$(call AutoLoad,33,ip_vti)
|
AUTOLOAD:=$(call AutoLoad,33,ip_vti)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ipvti/description
|
define KernelPackage/ip-vti/description
|
||||||
Kernel modules for IP VTI (Virtual Tunnel Interface)
|
Kernel modules for IP VTI (Virtual Tunnel Interface)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipvti))
|
$(eval $(call KernelPackage,ip-vti))
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/iptunnel4
|
define KernelPackage/iptunnel4
|
||||||
|
|
Loading…
Reference in a new issue