add avahi package
[openwrt.git] / openwrt / package / avahi / Config.in
1 menu "avahi - An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
2
3 config BR2_COMPILE_AVAHI
4         bool
5         default n
6         depends BR2_PACKAGE_AVAHI_DAEMON || BR2_PACKAGE_AVAHI_DNSCONFD || BR2_PACKAGE_LIBAVAHI
7
8 config BR2_PACKAGE_AVAHI_DAEMON
9         tristate "avahi-daemon - an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)"
10 #       default m if CONFIG_DEVEL
11         default n
12         select BR2_COMPILE_AVAHI
13         select BR2_PACKAGE_LIBAVAHI
14         select BR2_PACKAGE_LIBDAEMON
15         help
16           Avahi is a system which facilitates service discovery on a local network -- 
17           this means that you can plug your laptop or computer into a network and 
18           instantly be able to view other people who you can chat with, find printers 
19           to print to or find files being shared. This kind of technology is already 
20           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
21           and is very convenient.
22           
23           http://www.freedesktop.org/Software/Avahi
24           
25           This package contains an mDNS/DNS-SD daemon.
26           
27
28 config BR2_PACKAGE_AVAHI_DNSCONFD
29         tristate "avahi-dnsconfd - an Unicast DNS server from mDNS/DNS-SD configuration daemon"
30 #       default m if CONFIG_DEVEL
31         default n
32         select BR2_COMPILE_AVAHI
33         depends BR2_PACKAGE_AVAHI_DAEMON
34         help
35           Avahi is a system which facilitates service discovery on a local network -- 
36           this means that you can plug your laptop or computer into a network and 
37           instantly be able to view other people who you can chat with, find printers 
38           to print to or find files being shared. This kind of technology is already 
39           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
40           and is very convenient.
41           
42           http://www.freedesktop.org/Software/Avahi
43           
44           This package contains an Unicast DNS server from mDNS/DNS-SD configuration 
45           daemon, which may be used to configure conventional DNS servers using mDNS 
46           in a DHCP-like fashion. Especially useful on IPv6.
47           
48
49 config BR2_PACKAGE_LIBAVAHI
50         tristate "libavahi - an DNS-SD over mDNS (aka RendezVous/Bonjour/ZeroConf) implementation (library)"
51 #       default m if CONFIG_DEVEL
52         default n
53         select BR2_COMPILE_AVAHI
54         help
55           Avahi is a system which facilitates service discovery on a local network -- 
56           this means that you can plug your laptop or computer into a network and 
57           instantly be able to view other people who you can chat with, find printers 
58           to print to or find files being shared. This kind of technology is already 
59           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
60           and is very convenient.
61           
62           http://www.freedesktop.org/Software/Avahi
63           
64           This package contains the mDNS/DNS-SD shared libraries, used by other programs.
65           
66
67 endmenu