mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
23 lines
538 B
Text
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
|