From 6b3e6bcd112fefe3ff711d5a3a555b8a00195336 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Wed, 16 Sep 2020 16:30:09 +0200 Subject: [PATCH] map-topology: add dependency on libavahi-nodbus-support --- map-topology/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map-topology/Makefile b/map-topology/Makefile index efcc7bd4e..203f76218 100644 --- a/map-topology/Makefile +++ b/map-topology/Makefile @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/map-topology CATEGORY:=Utilities - DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy +libieee1905 + DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy +libieee1905 +libavahi-nodbus-support TITLE:=Utility to build topology of a multi-AP network endef