2017-01-26 22:54:48 +00:00
|
|
|
# Copyright (c) 2017 Stan Grishin (stangri@melmac.net)
|
|
|
|
# This is free software, licensed under the GNU General Public License v3.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-3.0+
|
|
|
|
PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
|
|
|
|
|
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.
|
|
|
|
LUCI_DEPENDS:=+luci +vpnbypass
|
2017-01-28 15:38:05 +00:00
|
|
|
LUCI_PKGARCH:=all
|
2018-04-07 11:14:58 +00:00
|
|
|
PKG_RELEASE:=4
|
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
|