mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-04 12:57:45 +01:00
47 lines
714 B
Text
47 lines
714 B
Text
if PACKAGE_icwmp-curl || PACKAGE_icwmp-zstream
|
|
|
|
config CWMP_SCRIPTS_FULL
|
|
bool "Install all icwmp scripts"
|
|
default y
|
|
|
|
choice
|
|
prompt "Select ACS sever"
|
|
default CWMP_ACS_MULTI
|
|
|
|
config CWMP_ACS_MULTI
|
|
bool "No specific ACS, follow standard"
|
|
|
|
config CWMP_ACS_HDM
|
|
bool "HDM"
|
|
endchoice
|
|
|
|
choice
|
|
prompt "Select Data Model"
|
|
default tr098
|
|
|
|
config DATAMODEL_TR098
|
|
bool "TR-098"
|
|
|
|
config DATAMODEL_TR181
|
|
bool "TR-181"
|
|
endchoice
|
|
|
|
config CWMP_DEBUG
|
|
bool "Compile with debug options"
|
|
default y
|
|
|
|
choice
|
|
prompt "enable xmpp feature"
|
|
default disable
|
|
|
|
config XMPP_DISABLE
|
|
bool "disable"
|
|
|
|
config XMPP_ENABLE
|
|
bool "enable"
|
|
endchoice
|
|
config CWMP_DEVEL_DEBUG
|
|
bool "Compile with development debug options"
|
|
default n
|
|
|
|
endif
|