diff options
author | Florian Eckert <fe@dev.tdt.de> | 2019-11-19 08:37:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-19 08:37:43 +0100 |
commit | e55537e8a137123a05b58528e362892dad4ffe5a (patch) | |
tree | 8a2bc2c9cbaed96006931cd6b8fd63fd74415296 /applications/luci-app-vpnbypass/Makefile | |
parent | b1cb0d6d59c84a16f084e8ec91714a3d247a2700 (diff) | |
parent | 5a730115856ac8ae4461f402da39b0c05321b712 (diff) |
Merge pull request #3329 from stangri/master-luci-app-vpnbypass
luci-app-vpnbypass: use VPN node by default
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 cddcf85363..14425ce98f 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:=13 +PKG_RELEASE:=14 include ../../luci.mk |