copy trunk to buildroot-ng branch
[openwrt.git] / package / howl / Config.in
1 menu "howl.............................. A Zeroconf networking implementation"
2
3 config BR2_COMPILE_HOWL
4         tristate
5         default n
6         depends BR2_PACKAGE_LIBHOWL
7
8 config BR2_PACKAGE_LIBHOWL
9         prompt "libhowl........................... The howl library"
10         tristate
11         default m if CONFIG_DEVEL
12         select BR2_COMPILE_HOWL
13         help
14           A cross-platform implementation of Zeroconf networking.
15           
16           http://www.porchdogsoft.com/products/howl/
17           
18           This package contains shared libraries, needed by other programs.
19
20 config BR2_PACKAGE_HOWL_UTILS
21         prompt   "howl-utils...................... The howl client utilities"
22         tristate
23         default m if CONFIG_DEVEL
24         depends BR2_PACKAGE_LIBHOWL
25         help
26           A cross-platform implementation of Zeroconf networking.
27           
28           http://www.porchdogsoft.com/products/howl/
29
30 comment "Daemons ---"
31
32 config BR2_PACKAGE_AUTOIPD
33         prompt "autoipd........................... An IPv4 Link-Local address self-assigner daemon"
34         tristate
35         default m if CONFIG_DEVEL
36         select BR2_PACKAGE_LIBHOWL
37         help
38           A cross-platform implementation of Zeroconf networking.
39           
40           http://www.porchdogsoft.com/products/howl/
41
42 config BR2_PACKAGE_MDNSRESPONDER
43         prompt "mdnsresponder..................... An mDNS (Multicast DNS) service responder daemon"
44         tristate
45         default m if CONFIG_DEVEL
46         select BR2_PACKAGE_LIBHOWL
47         help
48           A cross-platform implementation of Zeroconf networking.
49           
50           http://www.porchdogsoft.com/products/howl/
51
52 config BR2_PACKAGE_NIFD
53         prompt "nifd.............................. A network interface monitor daemon"
54         tristate
55         default m if CONFIG_DEVEL
56         select BR2_PACKAGE_LIBHOWL
57         help
58           A cross-platform implementation of Zeroconf networking.
59           
60           http://www.porchdogsoft.com/products/howl/
61
62 endmenu