diff --git a/luci-app-fakemesh/Makefile b/luci-app-fakemesh/Makefile index 6f38238ed..974922ebc 100644 --- a/luci-app-fakemesh/Makefile +++ b/luci-app-fakemesh/Makefile @@ -82,6 +82,8 @@ define Package/luci-app-fakemesh/install $(INSTALL_DATA) ./root/usr/share/luci/menu.d/*.json $(1)/usr/share/luci/menu.d/ $(INSTALL_DIR) $(1)/www/luci-static/resources/view/fakemesh $(INSTALL_DATA) ./htdocs/luci-static/resources/view/fakemesh/fakemesh.js $(1)/www/luci-static/resources/view/fakemesh/fakemesh.js + $(INSTALL_DIR) $(1)/usr/share/ucitrack + $(INSTALL_DATA) ./root/usr/share/ucitrack/*.json $(1)/usr/share/ucitrack/ endef $(eval $(call BuildPackage,luci-app-fakemesh)) diff --git a/luci-app-fakemesh/root/usr/share/ucitrack/luci-app-fakemesh.json b/luci-app-fakemesh/root/usr/share/ucitrack/luci-app-fakemesh.json new file mode 100644 index 000000000..3f733e861 --- /dev/null +++ b/luci-app-fakemesh/root/usr/share/ucitrack/luci-app-fakemesh.json @@ -0,0 +1,4 @@ +{ + "config": "fakemesh", + "init": "fakemesh" +} diff --git a/luci-app-macvlan/Makefile b/luci-app-macvlan/Makefile index 63b0fc160..836411043 100644 --- a/luci-app-macvlan/Makefile +++ b/luci-app-macvlan/Makefile @@ -75,6 +75,8 @@ define Package/luci-app-macvlan/install $(INSTALL_DATA) ./files/root/etc/uci-defaults/40_luci-app-macvlan $(1)/etc/uci-defaults/40_luci-app-macvlan $(INSTALL_DIR) $(1)/usr/share/rpcd/acl.d $(INSTALL_DATA) ./root/usr/share/rpcd/acl.d/*.json $(1)/usr/share/rpcd/acl.d/ + $(INSTALL_DIR) $(1)/usr/share/ucitrack + $(INSTALL_DATA) ./root/usr/share/ucitrack/*.json $(1)/usr/share/ucitrack/ endef $(eval $(call BuildPackage,luci-app-macvlan)) diff --git a/luci-app-macvlan/root/usr/share/ucitrack/luci-app-macvlan.json b/luci-app-macvlan/root/usr/share/ucitrack/luci-app-macvlan.json new file mode 100644 index 000000000..5842f8a35 --- /dev/null +++ b/luci-app-macvlan/root/usr/share/ucitrack/luci-app-macvlan.json @@ -0,0 +1,4 @@ +{ + "config": "macvlan", + "init": "macvlan" +}