diff options
author | Stan Grishin <stangri@melmac.net> | 2020-04-03 12:32:24 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2020-04-03 12:32:24 +0000 |
commit | b7900cf2077670d17436619e66b83fb1d59bfd7b (patch) | |
tree | 419876ea4c50ad4715517832b5fda9a0cfa25472 /applications/luci-app-vpnbypass/Makefile | |
parent | 015712bba0fe4b036b4d12235a7b664d5b4cf3fe (diff) |
luci-app-vpnbypass: better service control & buttons styling
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 14425ce98..cfcafec05 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:=14 +PKG_RELEASE:=16 include ../../luci.mk |