mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-05 10:27:05 +08:00
🎈 Sync 2023-10-08 14:14
This commit is contained in:
parent
0dfc019bc5
commit
2ea57fef06
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-advanced": {
|
||||
"description": "Grant UCI access for luci-app-advanced",
|
||||
"read": {
|
||||
"uci": [ "advanced" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "advanced" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-autoupdate": {
|
||||
"description": "Grant UCI access for luci-app-autoupdate",
|
||||
"read": {
|
||||
"uci": [ "autoupdate" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "autoupdate" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-netspeedtest": {
|
||||
"description": "Grant UCI access for luci-app-netspeedtest",
|
||||
"read": {
|
||||
"uci": [ "netspeedtest" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "netspeedtest" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-parentcontrol": {
|
||||
"description": "Grant UCI access for luci-app-parentcontrol",
|
||||
"read": {
|
||||
"uci": [ "parentcontrol" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "parentcontrol" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-rebootschedule": {
|
||||
"description": "Grant UCI access for luci-app-rebootschedule",
|
||||
"read": {
|
||||
"uci": [ "rebootschedule" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "rebootschedule" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-shortcutmenu": {
|
||||
"description": "Grant UCI access for luci-app-shortcutmenu",
|
||||
"read": {
|
||||
"uci": [ "shortcutmenu" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "shortcutmenu" ]
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,11 @@
|
||||
{
|
||||
"luci-app-wifidog": {
|
||||
"description": "Grant UCI access for luci-app-wifidog",
|
||||
"read": {
|
||||
"uci": [ "wifidog" ]
|
||||
},
|
||||
"write": {
|
||||
"uci": [ "wifidog" ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user