map-topology: 2.0.3

This commit is contained in:
Anjan Chanda 2021-05-31 20:54:05 +02:00
parent b56536c1e0
commit 313fb95cdd

View file

@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=map-topology PKG_NAME:=map-topology
PKG_VERSION:=2.0.2 PKG_VERSION:=2.0.3
LOCAL_DEV:=0 LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1) ifneq ($(LOCAL_DEV),1)
PKG_SOURCE_VERSION:=a4ee90003678c1c04e88f329d2e4a3a396169f39 PKG_SOURCE_VERSION:=c701c645db194504242063648119d6855f0da75e
PKG_SOURCE_PROTO:=git PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/map-topology.git PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/map-topology.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/map-topology define Package/map-topology
CATEGORY:=Utilities CATEGORY:=Utilities
DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy \ 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 TITLE:=Utility to build topology of a multi-AP network
endef endef