12c9bda4be4c0c5a1d069123edbfa7330b282ad7
[openwrt/staging/dedeckeh.git] / openwrt / package / howl / Config.in
1 config BR2_PACKAGE_HOWL
2 bool "howl - a cross-platform implementation of Zeroconf networking"
3 default y if CONFIG_DEVEL
4 help
5 A cross-platform implementation of Zeroconf networking.
6
7 http://www.porchdogsoft.com/products/howl/
8
9
10 config BR2_PACKAGE_LIBHOWL
11 tristate "libhowl - howl library"
12 default m if CONFIG_DEVEL
13 depends BR2_PACKAGE_HOWL
14
15 config BR2_PACKAGE_HOWL_UTILS
16 tristate "howl-utils - howl client utilities"
17 default m if CONFIG_DEVEL
18 depends BR2_PACKAGE_LIBHOWL
19
20 config BR2_PACKAGE_MDNSRESPONDER
21 tristate "mdnsresponder - an mDNS (Multicast DNS) service responder daemon"
22 default m if CONFIG_DEVEL
23 depends BR2_PACKAGE_LIBHOWL
24
25 config BR2_PACKAGE_AUTOIPD
26 tristate "autoipd - an IPv4 Link-Local address self-assigner daemon"
27 default m if CONFIG_DEVEL
28 depends BR2_PACKAGE_LIBHOWL
29
30 config BR2_PACKAGE_NIFD
31 tristate "nifd - a network interface monitor daemon"
32 default m if CONFIG_DEVEL
33 depends BR2_PACKAGE_LIBHOWL
34