diff options
author | Stan Grishin <stangri@melmac.net> | 2019-10-28 16:34:54 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-10-28 16:34:54 -0700 |
commit | c145ad0cbf9bd71ef162772bcd3d4622f4023351 (patch) | |
tree | a4e678e05f6db36908c0befe541ffc8522883f98 /applications/luci-app-vpnbypass/Makefile | |
parent | 7707b679e20df9806fbcbc58d12116f9ee9a3850 (diff) |
luci-app-vpnbypass: bugfix: call to action has no parent node
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-vpnbypass/Makefile')
-rw-r--r-- | applications/luci-app-vpnbypass/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 133c4bc33..1bf076f0a 100644 --- a/applications/luci-app-vpnbypass/Makefile +++ b/applications/luci-app-vpnbypass/Makefile @@ -3,14 +3,14 @@ include $(TOPDIR)/rules.mk -PKG_LICENSE:=GPL-3.0+ +PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> 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:=12 +PKG_RELEASE:=13 include ../../luci.mk |