map-agent: 6.3.3.8 - add AGENT_UNASSOC_STA_CONT_MONITOR

This commit is contained in:
Filip Matusiak 2025-03-18 10:59:34 +00:00 committed by IOPSYS Dev
parent 2cbb433cbd
commit 6140bfa09c
No known key found for this signature in database
2 changed files with 10 additions and 2 deletions

View file

@ -62,5 +62,9 @@ config AGENT_CHECK_PARTIAL_WIFI_RELOAD
config DYNBHD_DYNAMICALLY_PERSIST_CONTROLLER
bool "Let dynbhd through AP-Autoconfiguration Search and DHCP Discovery determine the controller or agent role"
config AGENT_UNASSOC_STA_CONT_MONITOR
bool "Enable continuos monitoring of unassociated clients"
default n
endmenu
endif

View file

@ -5,9 +5,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=map-agent
PKG_VERSION:=6.3.3.7
PKG_VERSION:=6.3.3.8
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=0e8f7b6703d60647f0bd01f52a430f0443395ac4
PKG_SOURCE_VERSION:=418ac71b7a49e82529dbfb2381b2b61b33056054
PKG_MAINTAINER:=Jakob Olsson <jakob.olsson@iopsys.eu>
PKG_LICENSE:=BSD-3-Clause
@ -115,6 +115,10 @@ ifeq ($(CONFIG_DYNBHD_DYNAMICALLY_PERSIST_CONTROLLER),y)
TARGET_CFLAGS += -DPERSIST_CONTROLLER
endif
ifeq ($(CONFIG_AGENT_UNASSOC_STA_CONT_MONITOR),y)
TARGET_CFLAGS += -DUNASSOC_STA_CONT_MONITOR
endif
MAKE_PATH:=src
define Package/map-agent/install