mirror of https://git.openwrt.org/project/luci.git
luci-app-dcwapd: Fix menu JSON bug
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
dc44c7a68e
commit
361bee37af
|
@ -3,7 +3,8 @@
|
|||
"description": "Grant UCI access for luci-app-dcwapd",
|
||||
"read": {
|
||||
"ubus": {
|
||||
"luci-rpc": [ "getWirelessDevices" ],
|
||||
"luci-rpc": [ "getWirelessDevices" ]
|
||||
},
|
||||
"uci": [ "dcwapd" ]
|
||||
},
|
||||
"write": {
|
||||
|
|
Loading…
Reference in New Issue