diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-10-28 10:15:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-28 10:15:06 +0100 |
commit | 7707b679e20df9806fbcbc58d12116f9ee9a3850 (patch) | |
tree | 733eb64c30615bc89a79d31d6ae75449062ebe25 /applications/luci-app-vpnbypass/Makefile | |
parent | 3827bf103cc16246950d4208ed6db4d6907aa519 (diff) | |
parent | caade389a879dccd8f84886c77fcdea98718db12 (diff) |
Merge pull request #3223 from stangri/master-luci-app-vpnbypass
luci-app-vpnbypass: better service control buttons
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 7c89090072..133c4bc33d 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-mod-admin-full +vpnbypass LUCI_PKGARCH:=all -PKG_RELEASE:=11 +PKG_RELEASE:=12 include ../../luci.mk |