From 3040359e857f47c711e83b76803eb9e6b607b6cd Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Wed, 23 Sep 2020 14:58:20 +0200 Subject: [PATCH] map-controller: 1.0.3-internal --- map-controller/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/map-controller/Makefile b/map-controller/Makefile index 24a7076c1..bd3c2ae91 100644 --- a/map-controller/Makefile +++ b/map-controller/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-controller -PKG_VERSION:=1.0.1 +PKG_VERSION:=1.0.3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=3a55c1f41f0e2c233c28834dea0e881cd2cd0c22 +PKG_SOURCE_VERSION:=f1b50ed876f14347480e9e131ac6de76922e131a PKG_LICENSE:=PROPRIETARY IOPSYS PKG_LICENSE_FILES:=LICENSE @@ -22,7 +22,7 @@ define Package/map-controller SECTION:=utils CATEGORY:=Utilities TITLE:=WiFi Multi-AP Controller (EasyMesh R2) - DEPENDS:=+libuci +libubox +ubus + DEPENDS:=+libuci +libubox +ubus +libmaputils endef define Package/map-controller/description