map-topology: implement service discovery via dns-sd

This commit is contained in:
Jakob Olsson 2020-09-10 17:09:33 +02:00
parent 38c4c7ded0
commit 0ec3e0eae8

View file

@ -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