diff --git a/package/network/config/vti/Makefile b/package/network/config/vti/Makefile index 7cf0ee913d899ddf61f4850288234dd0c2804bcb..bda2a9ab17a2696fa36087b2aa8f3d39026ffb6d 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))