2012-06-17 16:28:30 +00:00
|
|
|
if PACKAGE_freecwmp-curl || PACKAGE_freecwmp-zstream
|
2012-06-10 23:36:17 +00:00
|
|
|
|
|
|
|
config FREECWMP_SCRIPTS_FULL
|
|
|
|
bool "Install all freecwmp scripts"
|
|
|
|
default y
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Select ACS sever"
|
|
|
|
default FREECWMP_ACS_MULTI
|
|
|
|
|
|
|
|
config FREECWMP_ACS_MULTI
|
|
|
|
bool "No specific ACS, follow standard"
|
|
|
|
|
|
|
|
config FREECWMP_ACS_HDM
|
|
|
|
bool "HDM"
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config FREECWMP_DEBUG
|
|
|
|
bool "Compile with debug options"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config FREECWMP_DEVEL_DEBUG
|
|
|
|
bool "Compile with development debug options"
|
|
|
|
default n
|
|
|
|
|
2012-06-17 16:28:30 +00:00
|
|
|
endif
|