diff options
author | Stan <stangri@melmac.net> | 2020-09-21 11:41:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-21 11:41:40 -0700 |
commit | 3348009c7054dd97fbabe27daa1f1cb8b783e5b7 (patch) | |
tree | a5801e80b8f9c15f48ae0c4f271863fa55facb76 /applications/luci-app-vpnbypass/Makefile | |
parent | 482e367e022bf4de8dbe866661d2220de1f2a28c (diff) | |
parent | 053e3952f02319ae5e0d8668cf67ce8c4a8c7f6d (diff) |
Merge pull request #4457 from stangri/master-luci-app-vpnbypass
luci-app-vpnbypass: ACL-related update
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 2795244935..230963623c 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 |