mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
16 lines
283 B
Text
16 lines
283 B
Text
if (PACKAGE_wfadatad)
|
|
menu "configurations"
|
|
|
|
config WFA_DELM_STANDALONE
|
|
bool "Build as standalone daemon instead of a plugin"
|
|
default y
|
|
|
|
config WFA_DELM_MULTIAP_MODE
|
|
bool "Enable Multi-AP mode"
|
|
default y
|
|
|
|
config WIFI_DELM_DEBUG
|
|
bool "Enable debug logs"
|
|
default n
|
|
endmenu
|
|
endif
|