mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
26 lines
699 B
Text
26 lines
699 B
Text
if (PACKAGE_map-topology)
|
|
|
|
menu "Configurations"
|
|
|
|
config TOPOLOGYD_EASYMESH_VENDOR_EXT
|
|
bool "Enable extra features through Easymesh vendor extension"
|
|
default y
|
|
|
|
config TOPOLOGYD_EASYMESH_VENDOR_EXT_OUI_DEFAULT
|
|
hex "Vendor OUI default"
|
|
default 0xB456FA
|
|
|
|
config TOPOLOGYD_EASYMESH_VENDOR_EXT_OUI
|
|
hex "Vendor OUI in 0xAABBCC format"
|
|
default TOPOLOGYD_EASYMESH_VENDOR_EXT_OUI_DEFAULT
|
|
help
|
|
Extra features not covered by the base EasyMesh specification can be
|
|
enabled through TOPOLOGYD_EASYMESH_VENDOR_EXT. Please provide the Vendor's OUI
|
|
through which such features would be exposed.
|
|
|
|
config TOPOLOGYD_HOST_WAN_STATS
|
|
bool "Enable wan statistics collection per hosts"
|
|
default y
|
|
|
|
endmenu
|
|
endif
|