1
0

Makefile 394 B

12345678910111213141516
  1. # Copyright (c) 2017 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+
  5. PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net>
  6. LUCI_TITLE:=VPN Bypass Web UI
  7. LUCI_DEPENDS:=+vpnbypass
  8. LUCI_PKGARCH:=all
  9. PKG_RELEASE:=1
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature