mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-07 01:41:25 +01:00
- Renaming lib1905 to libieee1905 - test: Add functional test and docs - Remove dependency on mq_ APIs - ubus: Added higher layer response in broadcast list - Fix crash in ex400
29 lines
649 B
Text
29 lines
649 B
Text
if PACKAGE_ieee1905 || PACKAGE_lib1905al
|
|
|
|
menu "developer/debug options"
|
|
|
|
config IEEE1905_MAP_COMPLETE_NETWORK
|
|
bool "Create network topology for complete network"
|
|
default n
|
|
|
|
config IEEE1905_SPEED_UP_DISCOVERY
|
|
bool "Speed up discovery of an AL in network"
|
|
default y
|
|
|
|
config IEEE1905_DO_NOT_ACCEPT_UNAUTHENTICATED_COMMANDS
|
|
bool "Do not accept M1/M2 messages from unknown AL(s)"
|
|
default y
|
|
|
|
choice
|
|
prompt "Select ALME support"
|
|
default IEEE1905_ALME_OVER_UBUS
|
|
|
|
config IEEE1905_ALME_OVER_UBUS
|
|
bool "ALME methods supported over ubus"
|
|
|
|
#config IEEE1905_ALME_OVER_TCP
|
|
# bool "ALME server over TCP port"
|
|
|
|
endchoice
|
|
endmenu
|
|
endif
|