mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
26 lines
439 B
Text
26 lines
439 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
|
|
|
|
config CWMP_DEBUG
|
|
bool "Compile with debug options"
|
|
default y
|
|
|
|
config CWMP_DEVEL_DEBUG
|
|
bool "Compile with development debug options"
|
|
default n
|
|
|
|
endif
|