Makefile 460 B

1234567891011121314151617
  1. #
  2. # Copyright (C) 2015 The LuCI Team <luci@lists.subsignal.org>
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=Fwknopd config - web config for the firewall knock daemon
  8. LUCI_DEPENDS:=+fwknopd +qrencode
  9. PKG_VERSION:=1.0
  10. PKG_RELEASE:=1
  11. PKG_LICENSE:=GPLv2
  12. PKG_MAINTAINER:=Jonathan Bennett <JBennett@incomsystems.biz>
  13. include ../../luci.mk
  14. # call BuildPackage - OpenWrt buildroot signature