diff options
author | Stan Grishin <stangri@melmac.net> | 2020-09-21 18:33:51 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-09-21 18:33:51 +0000 |
commit | 053e3952f02319ae5e0d8668cf67ce8c4a8c7f6d (patch) | |
tree | 9d60e1d969d516c0117591a5064d1a9263b89ce3 /applications/luci-app-vpnbypass/Makefile | |
parent | 073b9ba3bdc932d28dbc49fb005e13bea494e610 (diff) |
luci-app-vpnbypass: ACL update
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpnbypass/Makefile')
-rw-r--r-- | applications/luci-app-vpnbypass/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 279524493..230963623 100644 --- a/applications/luci-app-vpnbypass/Makefile +++ b/applications/luci-app-vpnbypass/Makefile @@ -10,7 +10,7 @@ LUCI_TITLE:=VPN Bypass Web UI LUCI_DESCRIPTION:=Provides Web UI for VPNBypass service. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +vpnbypass LUCI_PKGARCH:=all -PKG_RELEASE:=19 +PKG_RELEASE:=20 include ../../luci.mk |