Author: blogic Date: 2016-02-12 09:30:00 +0100 (Fri, 12 Feb 2016) New Revision: 48702
Modified: trunk/package/kernel/linux/modules/netsupport.mk Log: kernel/modules: rename kmod-ipvti to kmod-ip-vti Signed-off-by: Stijn Tintel <[email protected]> Modified: trunk/package/kernel/linux/modules/netsupport.mk =================================================================== --- trunk/package/kernel/linux/modules/netsupport.mk 2016-02-12 08:29:54 UTC (rev 48701) +++ trunk/package/kernel/linux/modules/netsupport.mk 2016-02-12 08:30:00 UTC (rev 48702) @@ -404,7 +404,7 @@ $(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 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
