Skip to content
Snippets Groups Projects
Commit f67867ad authored by Alexandru Ardelean's avatar Alexandru Ardelean Committed by Jo-Philipp Wich
Browse files

vti: add empty install rules for vtiv4 & vtiv6


Same as for grev4 & grev6

Signed-off-by: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
parent 5ab258e5
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,14 @@ define Package/vti/install ...@@ -60,6 +60,14 @@ define Package/vti/install
$(INSTALL_BIN) ./files/vti.sh $(1)/lib/netifd/proto/vti.sh $(INSTALL_BIN) ./files/vti.sh $(1)/lib/netifd/proto/vti.sh
endef endef
define Package/vtiv4/install
:
endef
define Package/vtiv6/install
:
endef
$(eval $(call BuildPackage,vti)) $(eval $(call BuildPackage,vti))
$(eval $(call BuildPackage,vtiv4)) $(eval $(call BuildPackage,vtiv4))
$(eval $(call BuildPackage,vtiv6)) $(eval $(call BuildPackage,vtiv6))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment