diff options
author | Stan Grishin <stangri@melmac.net> | 2018-01-25 18:30:20 -0800 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2018-01-25 18:34:09 -0800 |
commit | 1fd24f3fd8836287a418a8f09adc3f0dec04a9d2 (patch) | |
tree | 8ff5f47f95148c99caf306c40181b73665ee5682 /applications/luci-app-vpnbypass/Makefile | |
parent | ee409b66ce8911651a985c6e38690c486fefe1d1 (diff) |
luci-app-vpnbypass: better service start/stop
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpnbypass/Makefile')
-rw-r--r-- | applications/luci-app-vpnbypass/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 0ca74ae38..838840e6b 100644 --- a/applications/luci-app-vpnbypass/Makefile +++ b/applications/luci-app-vpnbypass/Makefile @@ -7,9 +7,10 @@ PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> LUCI_TITLE:=VPN Bypass Web UI -LUCI_DEPENDS:=+vpnbypass +LUCI_DESCRIPTION:=Provides Web UI for VPNBypass service. +LUCI_DEPENDS:=+luci +vpnbypass LUCI_PKGARCH:=all -PKG_RELEASE:=1 +PKG_RELEASE:=3 include ../../luci.mk |