packages/utils/freecwmp/Config.in
luka f358359185 [packages] freecwmp: should fix defconfig issue
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32410 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-17 16:28:30 +00:00

27 lines
472 B
Plaintext

if PACKAGE_freecwmp-curl || PACKAGE_freecwmp-zstream
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
endif