packages/utils/freecwmp/Config.in
luka 7f7f575dfe [packages] freecwmp: upgrade to latest git version
git-svn-id: svn://svn.openwrt.org/openwrt/packages@35668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-18 16:22:03 +00:00

27 lines
460 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
bool "Compile with development options"
default n
endif