iopsys-feed/wifimngr/Config.in
2026-02-11 13:24:47 +01:00

23 lines
538 B
Text

if (PACKAGE_wifimngr)
menu "Configurations"
config WIFIMNGR_CACHE_SCANRESULTS
bool "Cache scan results"
default y
config WIFIMNGR_BUILD_TR181_PLUGIN
bool "Build TR-181 plugin module (responsible for Device.WiFi.{Radio,SSID,AccessPoint,EndPoint})"
default y
config WIFIMNGR_VENDOR_EXTENSIONS
bool "Enable vendor extensions for WiFi legacy datamodel"
default y
config WIFIMNGR_VENDOR_PREFIX
depends on WIFIMNGR_VENDOR_EXTENSIONS
string "Vendor Prefix for WiFi legacy datamodel extensions"
default "X_IOWRT_EU_"
endmenu
endif