From 21724ac6916d8e6e915af4b18c1cd738c8b418e7 Mon Sep 17 00:00:00 2001 From: Jakob Olsson Date: Wed, 8 Oct 2025 09:18:46 +0200 Subject: [PATCH] map-agent: 6.3.7.0: zerotouch --- map-agent/Config.in | 4 ++++ map-agent/Makefile | 14 +++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/map-agent/Config.in b/map-agent/Config.in index eb2cd7273..841c7388f 100644 --- a/map-agent/Config.in +++ b/map-agent/Config.in @@ -55,6 +55,10 @@ config AGENT_OPER_CHANNEL_CHANGE_RELAY_MCAST config AGENT_USE_LIBDPP bool "Depend on libdpp for DPP EasyConnect" +config AGENT_ZEROTOUCH_DPP + bool "Enable Zero-touch DPP bootstrapping. Depends on libztdpp.so" + default n + config AGENT_CHECK_PARTIAL_WIFI_RELOAD bool "Option that allow SSID/PSK simple reload" default y diff --git a/map-agent/Makefile b/map-agent/Makefile index 7023ce4e0..29e8ed211 100644 --- a/map-agent/Makefile +++ b/map-agent/Makefile @@ -1,13 +1,14 @@ # -# Copyright (C) 2020-2023 IOPSYS Software Solutions AB +# Copyright (C) 2020-2024 IOPSYS Software Solutions AB +# Copyright (C) 2025 Genexis Sweden AB # include $(TOPDIR)/rules.mk PKG_NAME:=map-agent -PKG_VERSION:=6.3.6.18 +PKG_VERSION:=6.3.7.0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=c060d1f6b0cd1902f6259811dbeb972e0412051f +PKG_SOURCE_VERSION:=ab9fa6ffc6978c84ab9a3b410d31c71c3b185430 PKG_MAINTAINER:=Jakob Olsson PKG_LICENSE:=BSD-3-Clause @@ -26,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk define Package/map-agent SECTION:=utils CATEGORY:=Utilities - TITLE:=WiFi multi-AP Agent (EasyMesh R2) + TITLE:=Wi-Fi Multi-AP Agent (EasyMesh R6) DEPENDS:=+libwifi +libuci +libubox +ubus +libeasy +libieee1905 +ieee1905 \ +ieee1905-map-plugin +ip-bridge +AGENT_USE_LIBDPP:libdpp \ +uuidgen +openssl-util +!TARGET_brcmbca:ebtables-legacy \ @@ -45,9 +46,12 @@ define Package/dynbhd +ieee1905-map-plugin +map-agent endef +ifeq ($(CONFIG_AGENT_ZEROTOUCH_DPP),y) + TARGET_CFLAGS += -DZEROTOUCH_DPP +endif define Package/map-agent/description - This package implements EasyMesh R2 compliant WiFi Agent. + This package provides EasyMesh R6 compliant Wi-Fi Multi-AP Agent. endef define Package/dynbhd/description