diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-01-26 16:21:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 16:21:49 +0200 |
commit | 00262be237b5a346137d07b3ae8a45d45b61d403 (patch) | |
tree | 8ff5f47f95148c99caf306c40181b73665ee5682 /applications/luci-app-vpnbypass/Makefile | |
parent | ee409b66ce8911651a985c6e38690c486fefe1d1 (diff) | |
parent | 1fd24f3fd8836287a418a8f09adc3f0dec04a9d2 (diff) |
Merge pull request #1596 from stangri/luci-app-vpnbypass
luci-app-vpnbypass: better service start/stop
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 0ca74ae38a..838840e6b0 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 |