update 2024-04-25 00:19:27

This commit is contained in:
kenzok8 2024-04-25 00:19:27 +08:00
parent 356bce36e6
commit f2a1f2da87
4 changed files with 12 additions and 0 deletions

View File

@ -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))

View File

@ -0,0 +1,4 @@
{
"config": "fakemesh",
"init": "fakemesh"
}

View File

@ -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))

View File

@ -0,0 +1,4 @@
{
"config": "macvlan",
"init": "macvlan"
}