avrusbboot: link using our CFLAGS
[openwrt/svn-archive/archive.git] / utils / freecwmp / Config.in
1 if PACKAGE_freecwmp-curl || PACKAGE_freecwmp-zstream
2
3 config FREECWMP_SCRIPTS_FULL
4 bool "Install all freecwmp scripts"
5 default y
6
7 choice
8 prompt "Select ACS sever"
9 default FREECWMP_ACS_MULTI
10
11 config FREECWMP_ACS_MULTI
12 bool "No specific ACS, follow standard"
13
14 config FREECWMP_ACS_HDM
15 bool "HDM"
16 endchoice
17
18 config FREECWMP_DEBUG
19 bool "Compile with debug options"
20 default n
21
22 config FREECWMP_DEVEL
23 bool "Compile with development options"
24 default n
25
26 endif