2
0

Makefile 470 B

123456789101112131415
  1. # Copyright 2021 Nicholas Smith (nicholas@nbembedded.com)
  2. # This is free software, licensed under the GNU General Public License v2.
  3. include $(TOPDIR)/rules.mk
  4. PKG_LICENSE:=GPL-2.0-or-later
  5. PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>
  6. LUCI_TITLE:=LuCI support for OpenWISP
  7. LUCI_DESCRIPTION:=Allows configuration of OpenWISP agent settings
  8. LUCI_DEPENDS:=+luci-base +openwisp-config
  9. include ../../luci.mk
  10. # call BuildPackage - OpenWrt buildroot signature