From fdc4a07242ad591aecd72ce60f69fee62a338b41 Mon Sep 17 00:00:00 2001 From: Janusz Dziedzic Date: Thu, 14 Sep 2023 07:32:41 +0000 Subject: [PATCH] map-agent: 4.3.6.2 --- map-agent/Config.in | 3 +++ map-agent/Makefile | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/map-agent/Config.in b/map-agent/Config.in index d3e56f828..39e555cf5 100644 --- a/map-agent/Config.in +++ b/map-agent/Config.in @@ -45,5 +45,8 @@ config AGENT_LOCAL_ACS_SERVICE config AGENT_STRICT_OPER_CHANNEL_REPORT bool "Report operation channel strictly, skip some unsolicited reports" +config AGENT_WIRELESS_EXPLICIT_RELOAD + bool "Reload wireless after UCI commit" + endmenu endif diff --git a/map-agent/Makefile b/map-agent/Makefile index 6981e53d6..30d8b7384 100644 --- a/map-agent/Makefile +++ b/map-agent/Makefile @@ -5,9 +5,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=map-agent -PKG_VERSION:=4.3.6.1 +PKG_VERSION:=4.3.6.2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=55d9ea94445c927fcf3ca2bea422217e7ca63fcb +PKG_SOURCE_VERSION:=ea85c9d2da7e94ccb52206355208f62ab62b1e54 PKG_MAINTAINER:=Jakob Olsson PKG_LICENSE:=BSD-3-Clause @@ -94,6 +94,10 @@ ifeq ($(CONFIG_AGENT_STRICT_OPER_CHANNEL_REPORT),y) TARGET_CFLAGS += -DSTRICT_OPER_CHANNEL_REPORT endif +ifeq ($(CONFIG_AGENT_WIRELESS_EXPLICIT_RELOAD),y) +TARGET_CFLAGS += -DWIRELESS_EXPLICIT_RELOAD +endif + MAKE_PATH:=src define Package/map-agent/install