2019-09-07 17:36:32 +00:00
|
|
|
# Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
|
2017-01-26 22:54:48 +00:00
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2019-10-28 23:34:54 +00:00
|
|
|
PKG_LICENSE:=GPL-3.0-or-later
|
2017-01-26 22:54:48 +00:00
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
2021-03-10 04:32:00 +00:00
|
|
|
PKG_VERSION:=1.3.1-9
|
2017-01-26 22:54:48 +00:00
|
|
|
|
2017-01-28 15:38:05 +00:00
|
|
|
LUCI_TITLE:=VPN Bypass Web UI
|
2018-01-26 02:30:20 +00:00
|
|
|
LUCI_DESCRIPTION:=Provides Web UI for VPNBypass service.
|
2021-03-10 04:32:00 +00:00
|
|
|
LUCI_DEPENDS:=+luci-mod-admin-full +vpnbypass
|
2017-01-28 15:38:05 +00:00
|
|
|
LUCI_PKGARCH:=all
|
2017-01-26 22:54:48 +00:00
|
|
|
|
2017-01-28 15:38:05 +00:00
|
|
|
include ../../luci.mk
|
2017-01-26 22:54:48 +00:00
|
|
|
|
2017-03-05 18:25:00 +00:00
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|