15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"luci-app-cpufreq": {
|
|
"description": "Grant access to CPUFreq configuration",
|
|
"read": {
|
|
"file": {
|
|
"/etc/init.d/cpufreq get_policies": [ "exec" ]
|
|
},
|
|
"uci": [ "cpufreq" ]
|
|
},
|
|
"write": {
|
|
"uci": [ "cpufreq" ]
|
|
}
|
|
}
|
|
}
|