luci-app-wol: add read access to etherwake UCI config

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2020-04-12 11:07:38 +02:00
parent c35cb317fe
commit ef1d5fb0a8

View file

@ -4,7 +4,8 @@
"read": { "read": {
"ubus": { "ubus": {
"luci-rpc": [ "getHostHints" ] "luci-rpc": [ "getHostHints" ]
} },
"uci": [ "etherwake" ]
}, },
"write": { "write": {
"file": { "file": {