1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove not needed files on openmptcprouter-api package

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-12-06 14:48:36 +01:00
parent 7e85c4751d
commit 4e08bcc1b2
2 changed files with 0 additions and 27 deletions

View file

@ -1,13 +0,0 @@
{
"admin/system/openmptcprouter": {
"title": "OpenMPTCProuter",
"order": 1,
"action": {
"type": "template",
"path": "openmptcprouter/wizard"
},
"depends": {
"acl": [ "luci-app-openmptcprouter" ]
}
}
}

View file

@ -1,14 +0,0 @@
{
"luci-app-openmptcprouter": {
"description": "Grant UCI access for luci-app-openmptcprouter",
"read": {
"uci": [ "*" ],
"ubus": {
"openmptcprouter": [ "*" ]
}
},
"write": {
"uci": [ "*" ]
}
}
}