luci-app-statistics: fix ACL name
Fix the ACL name.
Instead of referencing openvpn, use the statistics ACL.
Fixes commit 8f34e105c0
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
f32978674b
commit
d04b8bfc82
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"type": "firstchild"
|
||||
},
|
||||
"depends": {
|
||||
"acl": [ "luci-app-openvpn" ],
|
||||
"acl": [ "luci-app-statistics" ],
|
||||
"uci": { "luci_statistics": true }
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue