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