From patchwork Sun Jan 27 17:06:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: fff-alfred: Add dependency in monitoring-proxy and alfred-json From: Adrian Schmutzler X-Patchwork-Id: 989 Message-Id: <20190127170657.23885-1-freifunk@adrianschmutzler.de> To: franken-dev@freifunk.net Date: Sun, 27 Jan 2019 18:06:57 +0100 Signed-off-by: Adrian Schmutzler --- 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 f3534636..51b47165 100644 --- a/src/packages/fff/alfred-json/Makefile +++ b/src/packages/fff/alfred-json/Makefile @@ -16,7 +16,7 @@ define Package/$(PKG_NAME) CATEGORY:=Utilities TITLE:=A.L.F.R.E.D - JSON Client URL:=https://github.com/FreifunkFranken/alfred-json - DEPENDS:=+jansson +zlib + DEPENDS:=+jansson +zlib +fff-alfred endef define Package/$(PKG_NAME)/install diff --git a/src/packages/fff/fff-alfred-monitoring-proxy/Makefile b/src/packages/fff/fff-alfred-monitoring-proxy/Makefile index 4370bd9c..5834d44c 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 + DEPENDS:=+curl +micrond +alfred-json +fff-alfred +fff-random endef define Package/$(PKG_NAME)/description