From 65f2af1ced39c5fa23ea7f07f727cf006390a5e3 Mon Sep 17 00:00:00 2001 From: Fabian Blaese Date: Thu, 30 Apr 2020 15:11:12 +0200 Subject: [PATCH] fff-hoods: Add missing dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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