15 lines
214 B
JSON
15 lines
214 B
JSON
{
|
|
"admin/system/cpufreq": {
|
|
"title": "CPU Freq",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "cpufreq"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-cpufreq" ],
|
|
"uci": { "cpufreq": true }
|
|
}
|
|
}
|
|
}
|