mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-10 11:17:16 +01:00
map-topology: implement service discovery via dns-sd
This commit is contained in:
parent
38c4c7ded0
commit
0ec3e0eae8
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue