From eee9c7a70c422835fe1cda8291ea1b56b13ead5f Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Fri, 14 Aug 2020 16:43:12 +0200 Subject: [PATCH] map-topology: 1.2.0 --- map-topology/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map-topology/Makefile b/map-topology/Makefile index b12bf0a02..51648effd 100644 --- a/map-topology/Makefile +++ b/map-topology/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=map-topology -PKG_VERSION:=1.1.0 +PKG_VERSION:=1.2.0 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk define Package/map-topology CATEGORY:=Utilities - DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy +libmaputils + DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy +lib1905 TITLE:=Utility to build topology of a multi-AP network endef