mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-29 18:01:55 +08:00
16 lines
276 B
JSON
16 lines
276 B
JSON
{
|
|
"luci-app-cpu-perf": {
|
|
"description": "Grant access to cpu-perf procedures",
|
|
"read": {
|
|
"uci": [ "cpu-perf" ],
|
|
"ubus": {
|
|
"luci": [ "getInitList", "setInitAction" ],
|
|
"luci.cpu-perf": [ "getCpuPerf" ]
|
|
}
|
|
},
|
|
"write": {
|
|
"uci": [ "cpu-perf" ]
|
|
}
|
|
}
|
|
}
|