mirror of
https://github.com/kenzok8/small-package
synced 2025-01-05 11:36:47 +08:00
update 2024-04-25 00:19:27
This commit is contained in:
parent
356bce36e6
commit
f2a1f2da87
@ -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))
|
||||
|
@ -0,0 +1,4 @@
|
||||
{
|
||||
"config": "fakemesh",
|
||||
"init": "fakemesh"
|
||||
}
|
@ -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))
|
||||
|
@ -0,0 +1,4 @@
|
||||
{
|
||||
"config": "macvlan",
|
||||
"init": "macvlan"
|
||||
}
|
Loading…
Reference in New Issue
Block a user