From 313fb95cdd33c9d4c96842a5e404c9324942fde5 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Mon, 31 May 2021 20:54:05 +0200 Subject: [PATCH] map-topology: 2.0.3 --- map-topology/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/map-topology/Makefile b/map-topology/Makefile index 4e38efd1a..23e117b0f 100644 --- a/map-topology/Makefile +++ b/map-topology/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=map-topology -PKG_VERSION:=2.0.2 +PKG_VERSION:=2.0.3 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) -PKG_SOURCE_VERSION:=a4ee90003678c1c04e88f329d2e4a3a396169f39 +PKG_SOURCE_VERSION:=c701c645db194504242063648119d6855f0da75e 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 @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/map-topology CATEGORY:=Utilities DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy \ - +libi1905 +libavahi-nodbus-support + +libieee1905 +map-plugin +libavahi-nodbus-support TITLE:=Utility to build topology of a multi-AP network endef