mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
36 lines
782 B
Text
36 lines
782 B
Text
if (PACKAGE_ieee1905)
|
|
|
|
menu "Configurations"
|
|
|
|
config IEEE1905_EXTENSION_ALLOWED
|
|
bool "Allow plugins to extend 1905 CMDUs and/or TLVs"
|
|
default y
|
|
|
|
config IEEE1905_PLATFORM_HAS_WIFI
|
|
bool "Platform has WiFi"
|
|
default y if PACKAGE_libwifi
|
|
|
|
config IEEE1905_CMDU_SA_IS_ALMAC
|
|
bool "Send CMDUs with SA set to 1905 AL-macaddress instead of interface macaddress"
|
|
default n
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
config IEEE1905_PLUGIN_EASYMESH
|
|
bool "Easymesh plugin"
|
|
depends on IEEE1905_EXTENSION_ALLOWED
|
|
default y
|
|
|
|
config IEEE1905_PLUGIN_SNOOP
|
|
bool "Snoop plugin (notify received 1905 cmdus over UBUS)"
|
|
depends on IEEE1905_EXTENSION_ALLOWED
|
|
default y
|
|
|
|
config IEEE1905_PLUGIN_TOPOLOGY
|
|
bool "Topology plugin (to build full network tree of 1905 nodes)"
|
|
depends on IEEE1905_EXTENSION_ALLOWED
|
|
default y
|
|
|
|
endif
|