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