mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-topology: 1.5.5 - notify topology change event
This commit is contained in:
parent
220a4efbf7
commit
0e6146f105
1 changed files with 4 additions and 3 deletions
|
|
@ -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:=1.5.1
|
PKG_VERSION:=1.5.5
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
PKG_SOURCE_VERSION:=878d28b59032c8a7ec668a598b8025ab36e1dbc8
|
PKG_SOURCE_VERSION:=55ae3fea1a6eb5372610452e3ad965ad5afa828c
|
||||||
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
|
||||||
|
|
@ -23,7 +23,8 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/map-topology
|
define Package/map-topology
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy +libieee1905 +libavahi-nodbus-support
|
DEPENDS:=+libubox +ubus +libpthread +libuci +libeasy \
|
||||||
|
+libieee1905 +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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue