From 340709b5274600ca4b583beee624ad4357f734d2 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Wed, 18 Jun 2025 16:38:07 +0200 Subject: [PATCH] map-plugins: 0.0.4 --- map-plugins/Makefile | 4 ++-- map-plugins/plugins/steer-rate.mk | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/map-plugins/Makefile b/map-plugins/Makefile index 95de12352..ee7a63dfc 100644 --- a/map-plugins/Makefile +++ b/map-plugins/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-plugins -PKG_VERSION:=0.0.3 +PKG_VERSION:=0.0.4 LOCAL_DEV=0 ifneq ($(LOCAL_DEV),1) PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=e93ab3e9fec20df2f1475a1f78a35a3896a72a5d +PKG_SOURCE_VERSION:=74bf151851112ecee731d447af016c8dc668adcf PKG_SOURCE_URL:=https://dev.iopsys.eu/multi-ap/map-plugins.git PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_MIRROR_HASH:=skip diff --git a/map-plugins/plugins/steer-rate.mk b/map-plugins/plugins/steer-rate.mk index ca14d00f0..e0dcd75f5 100644 --- a/map-plugins/plugins/steer-rate.mk +++ b/map-plugins/plugins/steer-rate.mk @@ -2,7 +2,8 @@ define Package/map-plugins-steer-rate $(call Package/map-plugins/Default) TITLE:=STA steering based on estimated throughput of target-AP DEPENDS= +libubox +libuci +libubus +libeasy +libnl-genl \ - +libjson-c +libblobmsg-json +map-controller + +libjson-c +libblobmsg-json +map-controller \ + +map-plugins endef define Package/map-plugins-steer-rate/install