From 428304da07870eda223939791544d1ca7e9148c9 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 28 Jan 2019 12:59:23 +0100 Subject: [PATCH] (fff-)alfred: Add dependency in monitoring-proxy and alfred-json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrian Schmutzler Reviewed-by: Fabian Bläse --- src/packages/fff/alfred-json/Makefile | 2 +- src/packages/fff/fff-alfred-monitoring-proxy/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/packages/fff/alfred-json/Makefile b/src/packages/fff/alfred-json/Makefile index 82812b0..e41b919 100644 --- a/src/packages/fff/alfred-json/Makefile +++ b/src/packages/fff/alfred-json/Makefile @@ -16,7 +16,7 @@ define Package/alfred-json CATEGORY:=Utilities TITLE:=A.L.F.R.E.D - JSON Client URL:=https://github.com/FreifunkFranken/alfred-json - DEPENDS:=+jansson +zlib + DEPENDS:=+jansson +zlib +alfred endef define Package/alfred-json/install diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile index 5dc2756..b94fc49 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/fff-alfred-monitoring-proxy CATEGORY:=Freifunk TITLE:=Freifunk-Franken Alfred-Monitoring-Proxy URL:=https://www.freifunk-franken.de/ - DEPENDS:=+micrond +fff-random +curl +alfred-json + DEPENDS:=+curl +micrond +alfred-json +fff-alfred +fff-random endef define Package/fff-alfred-monitoring-proxy/description