Makefile 540 B

1234567891011121314151617
  1. # Copyright 2017-2019 Stan Grishin (stangri@melmac.net)
  2. # This is free software, licensed under the GNU General Public License v3.
  3. include $(TOPDIR)/rules.mk
  4. PKG_LICENSE:=GPL-3.0-or-later
  5. PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
  6. PKG_VERSION:=0.3.4-8
  7. LUCI_TITLE:=VPN Policy-Based Routing Service Web UI
  8. LUCI_DESCRIPTION:=Provides Web UI for vpn-policy-routing service.
  9. LUCI_DEPENDS:=+luci-compat +luci-mod-admin-full +vpn-policy-routing
  10. LUCI_PKGARCH:=all
  11. include ../../luci.mk
  12. # call BuildPackage - OpenWrt buildroot signature