mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: 6.3.7.0: zerotouch
This commit is contained in:
parent
3422f7fc4d
commit
21724ac691
2 changed files with 13 additions and 5 deletions
|
|
@ -55,6 +55,10 @@ config AGENT_OPER_CHANNEL_CHANGE_RELAY_MCAST
|
||||||
config AGENT_USE_LIBDPP
|
config AGENT_USE_LIBDPP
|
||||||
bool "Depend on libdpp for DPP EasyConnect"
|
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
|
config AGENT_CHECK_PARTIAL_WIFI_RELOAD
|
||||||
bool "Option that allow SSID/PSK simple reload"
|
bool "Option that allow SSID/PSK simple reload"
|
||||||
default y
|
default y
|
||||||
|
|
|
||||||
|
|
@ -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
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=map-agent
|
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_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_VERSION:=c060d1f6b0cd1902f6259811dbeb972e0412051f
|
PKG_SOURCE_VERSION:=ab9fa6ffc6978c84ab9a3b410d31c71c3b185430
|
||||||
PKG_MAINTAINER:=Jakob Olsson <jakob.olsson@iopsys.eu>
|
PKG_MAINTAINER:=Jakob Olsson <jakob.olsson@iopsys.eu>
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3-Clause
|
PKG_LICENSE:=BSD-3-Clause
|
||||||
|
|
@ -26,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/map-agent
|
define Package/map-agent
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
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 \
|
DEPENDS:=+libwifi +libuci +libubox +ubus +libeasy +libieee1905 +ieee1905 \
|
||||||
+ieee1905-map-plugin +ip-bridge +AGENT_USE_LIBDPP:libdpp \
|
+ieee1905-map-plugin +ip-bridge +AGENT_USE_LIBDPP:libdpp \
|
||||||
+uuidgen +openssl-util +!TARGET_brcmbca:ebtables-legacy \
|
+uuidgen +openssl-util +!TARGET_brcmbca:ebtables-legacy \
|
||||||
|
|
@ -45,9 +46,12 @@ define Package/dynbhd
|
||||||
+ieee1905-map-plugin +map-agent
|
+ieee1905-map-plugin +map-agent
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_AGENT_ZEROTOUCH_DPP),y)
|
||||||
|
TARGET_CFLAGS += -DZEROTOUCH_DPP
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/map-agent/description
|
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
|
endef
|
||||||
|
|
||||||
define Package/dynbhd/description
|
define Package/dynbhd/description
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue