From c145ad0cbf9bd71ef162772bcd3d4622f4023351 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Mon, 28 Oct 2019 16:34:54 -0700 Subject: luci-app-vpnbypass: bugfix: call to action has no parent node Signed-off-by: Stan Grishin --- applications/luci-app-vpnbypass/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-vpnbypass/Makefile') diff --git a/applications/luci-app-vpnbypass/Makefile b/applications/luci-app-vpnbypass/Makefile index 133c4bc33d..1bf076f0a2 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 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 -- cgit v1.2.3