[PATCH v2] fff-hoods: Add missing dependencies

Fabian Bläse fabian at blaese.de
Do Apr 30 15:11:12 CEST 2020


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 <fabian at blaese.de>
---
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 \
 			 + at BUSYBOX_CONFIG_WGET + at BUSYBOX_CONFIG_FEATURE_WGET_TIMEOUT
 endef
 
-- 
2.26.2



Mehr Informationen über die Mailingliste franken-dev