aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/vti
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/config/vti')
-rw-r--r--package/network/config/vti/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/network/config/vti/Makefile b/package/network/config/vti/Makefile
index 7cf0ee913d..bda2a9ab17 100644
--- a/package/network/config/vti/Makefile
+++ b/package/network/config/vti/Makefile
@@ -60,6 +60,14 @@ define Package/vti/install
$(INSTALL_BIN) ./files/vti.sh $(1)/lib/netifd/proto/vti.sh
endef
+define Package/vtiv4/install
+ :
+endef
+
+define Package/vtiv6/install
+ :
+endef
+
$(eval $(call BuildPackage,vti))
$(eval $(call BuildPackage,vtiv4))
$(eval $(call BuildPackage,vtiv6))