Move complex packages to their own menu,
[openwrt.git] / package / howl / Config.in
1 menu "howl - Zeroconf networking implementation"
2
3 config BR2_PACKAGE_HOWL
4         bool
5         default n
6         depends BR2_PACKAGE_LIBHOWL
7
8 config BR2_PACKAGE_LIBHOWL
9         prompt "libhowl - howl library"
10         tristate
11         default m if CONFIG_DEVEL
12         select BR2_PACKAGE_HOWL
13         help
14           
15           A cross-platform implementation of Zeroconf networking.
16           
17           http://www.porchdogsoft.com/products/howl/
18           
19           This package contains shared libraries, needed by other programs.
20           
21
22 config BR2_PACKAGE_HOWL_UTILS
23         depends BR2_PACKAGE_LIBHOWL
24         prompt "howl-utils - howl client utilities"
25         tristate
26         default m if CONFIG_DEVEL
27
28 config BR2_PACKAGE_AUTOIPD
29         depends BR2_PACKAGE_LIBHOWL
30         prompt "autoipd - an IPv4 Link-Local address self-assigner daemon"
31         tristate
32         default m if CONFIG_DEVEL
33
34 config BR2_PACKAGE_MDNSRESPONDER
35         depends BR2_PACKAGE_LIBHOWL
36         prompt "mdnsresponder - an mDNS (Multicast DNS) service responder daemon"
37         tristate
38         default m if CONFIG_DEVEL
39
40 config BR2_PACKAGE_NIFD
41         depends BR2_PACKAGE_LIBHOWL
42         prompt "nifd - a network interface monitor daemon"
43         tristate
44         default m if CONFIG_DEVEL
45
46 endmenu