From 0ec3e0eae8cb9ca634907186fe2c2feb022f1adf Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Thu, 10 Sep 2020 17:09:33 +0200 Subject: [PATCH] map-topology: implement service discovery via dns-sd --- map-topology/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map-topology/Makefile b/map-topology/Makefile index efcc7bd4e..6539d8035 100644 --- a/map-topology/Makefile +++ b/map-topology/Makefile @@ -10,7 +10,7 @@ PKG_VERSION:=1.4.2 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) -PKG_SOURCE_VERSION:=e22b79c1a1ec443fcc816439658fb4e8cedf21fb +PKG_SOURCE_VERSION:=89b00880029ce7778ca8ca075166bff1d7220e5f PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/map-topology.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz @@ -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