luci/applications/luci-app-openwisp/Makefile
Nicholas Smith d2f4256f15 luci-app-openwisp: inital checkin
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
- Commit heading rewritten
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2022-01-12 12:21:19 +01:00

15 lines
459 B
Makefile

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