luci-app-wol: add read access to etherwake UCI config
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
c35cb317fe
commit
ef1d5fb0a8
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
||||||
"read": {
|
"read": {
|
||||||
"ubus": {
|
"ubus": {
|
||||||
"luci-rpc": [ "getHostHints" ]
|
"luci-rpc": [ "getHostHints" ]
|
||||||
}
|
},
|
||||||
|
"uci": [ "etherwake" ]
|
||||||
},
|
},
|
||||||
"write": {
|
"write": {
|
||||||
"file": {
|
"file": {
|
||||||
|
|
Loading…
Reference in a new issue