From patchwork Thu Apr 30 13:11:12 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [v2] fff-hoods: Add missing dependencies From: Fabian Blaese X-Patchwork-Id: 1386 Message-Id: <20200430131112.796654-1-fabian@blaese.de> To: franken-dev@freifunk.net Date: Thu, 30 Apr 2020 15:11:12 +0200 The configurehood script unconditionally sources various libraries from other packages, which previously have not been included in the fff-hoods package dependencies. Add the missing dependencies to fff-network, fff-wireless, fff-timeserver and jshn. Signed-off-by: Fabian Bläse Reviewed-by: Adrian Schmutzler --- Changes in v2: - Depend on jshn instead of libubox --- src/packages/fff/fff-hoods/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/packages/fff/fff-hoods/Makefile b/src/packages/fff/fff-hoods/Makefile index e5680c2..a055fa2 100644 --- a/src/packages/fff/fff-hoods/Makefile +++ b/src/packages/fff/fff-hoods/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=fff-hoods -PKG_RELEASE:=9 +PKG_RELEASE:=10 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) @@ -13,6 +13,7 @@ define Package/$(PKG_NAME) TITLE:= Freifunk-Franken hoods URL:=http://www.freifunk-franken.de DEPENDS:=+fff-hoodutils +fff-macnock +fff-vpn-select +fff-firewall \ + +fff-timeserver +fff-network +fff-wireless +jshn \ +@BUSYBOX_CONFIG_WGET +@BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT endef