firmware/src/packages/fff/fff-alfred-monitoring-proxy/Makefile
Fabian Bläse 09450bc4b5 Unify package URL in fff-packages
Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Johannes Kimmel <fff@bareminimum.eu>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
2021-11-10 13:42:03 +01:00

31 lines
704 B
Makefile

include $(TOPDIR)/rules.mk
PKG_NAME:=fff-alfred-monitoring-proxy
PKG_RELEASE:=5
include $(INCLUDE_DIR)/package.mk
define Package/fff-alfred-monitoring-proxy
SECTION:=base
CATEGORY:=Freifunk
TITLE:=Freifunk-Franken Alfred-Monitoring-Proxy
URL:=https://www.freifunk-franken.de
DEPENDS:=+curl +micrond +alfred-json +fff-alfred +fff-random
endef
define Package/fff-alfred-monitoring-proxy/description
The Alfred-Monitoring-Proxy is used
to send node status information to
https://monitoring.freifunk-franken.de/
endef
define Build/Compile
# nothing
endef
define Package/fff-alfred-monitoring-proxy/install
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,fff-alfred-monitoring-proxy))