[packages] fixes nagios-plugins dependencies
[packages.git] / utils / freecwmp / Config-zstream.in
1 menu "Configuration"
2         depends on PACKAGE_freecwmp-zstream
3
4 config FREECWMP_SCRIPTS_FULL
5         bool "Install all freecwmp scripts"
6         default y
7
8 choice
9         prompt "Select ACS sever"
10         default FREECWMP_ACS_MULTI
11
12 config FREECWMP_ACS_MULTI
13         bool "No specific ACS, follow standard"
14
15 config FREECWMP_ACS_HDM
16         bool "HDM"
17 endchoice
18
19 config FREECWMP_DEBUG
20         bool "Compile with debug options"
21         default n
22
23 config FREECWMP_DEVEL_DEBUG
24         bool "Compile with development debug options"
25         default n
26
27 endmenu