mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
17 lines
379 B
Text
17 lines
379 B
Text
if (PACKAGE_map-agent)
|
|
|
|
menu "Configurations"
|
|
|
|
config AGENT_SYNC_DYNAMIC_CNTLR_CONFIG
|
|
bool "Support Dynamic Controller configuration sync"
|
|
default y if MULTIAP_DYNAMIC_CNTLR_SYNC_CONFIG
|
|
|
|
config AGENT_ISLAND_PREVENTION
|
|
bool "Support Island Prevention"
|
|
default y if MULTIAP_AGENT_ISLAND_PREVENTION
|
|
|
|
config AGENT_EASYMESH_R2_CERT
|
|
bool "Compile for WFA test bed"
|
|
|
|
endmenu
|
|
endif
|