Author: blogic
Date: 2016-02-12 09:30:18 +0100 (Fri, 12 Feb 2016)
New Revision: 48704

Modified:
   trunk/package/network/config/vti/Makefile
Log:
vti: fix kmod dependencies

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

Modified: trunk/package/network/config/vti/Makefile
===================================================================
--- trunk/package/network/config/vti/Makefile   2016-02-12 08:30:09 UTC (rev 
48703)
+++ trunk/package/network/config/vti/Makefile   2016-02-12 08:30:18 UTC (rev 
48704)
@@ -32,7 +32,7 @@
 define Package/vtiv4
 $(call Package/vti/Default)
   TITLE:=Virtual IPsec Tunnel Interface (IPv4) config support
-  DEPENDS:=@(PACKAGE_vti) +kmod-ip_vti
+  DEPENDS:=@(PACKAGE_vti) +kmod-ip-vti
 endef
 
 define Package/vtiv4/description
@@ -42,7 +42,7 @@
 define Package/vtiv6
 $(call Package/vti/Default)
   TITLE:=Virtual IPsec Tunnel Interface (IPv6) config support
-  DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6_vti
+  DEPENDS:=@(PACKAGE_vti) @IPV6 +kmod-ip6-vti
 endef
 
 define Package/vtiv6/description
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to