From patchwork Sun Jan 27 16:38:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/6] fff-alfred-monitoring-proxy: Remove dependency from nodewatcher From: Adrian Schmutzler X-Patchwork-Id: 984 Message-Id: <20190127163823.23382-3-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sun, 27 Jan 2019 17:38:19 +0100 The proxy only sends data from alfred master to the Monitoring. It does not require the device to produce alfred-data in the nodewatcher itself. Signed-off-by: Adrian Schmutzler Reviewed-by: Christian Dresel --- src/packages/fff/fff-alfred-monitoring-proxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile index 93d982e0..7ab592d9 100644 --- a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile +++ b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile @@ -13,7 +13,7 @@ define Package/$(PKG_NAME) CATEGORY:=Freifunk TITLE:= Freifunk-Franken Alfred-Monitoring-Proxy URL:=https://www.freifunk-franken.de/ - DEPENDS:=+micrond +fff-random +curl +alfred-json +fff-nodewatcher + DEPENDS:=+micrond +fff-random +curl +alfred-json endef define Package/$(PKG_NAME)/description