65112e8b31
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32180 3c298f89-4303-0410-b956-a3cf2f4a3e73
28 lines
476 B
Plaintext
28 lines
476 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_freecwmp-curl
|
|
|
|
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
|
|
|
|
endmenu
|