1 menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
3 config BR2_COMPILE_AVAHI
6 depends BR2_PACKAGE_AVAHI_DAEMON || BR2_PACKAGE_AVAHI_DNSCONFD || BR2_PACKAGE_LIBAVAHI
8 config BR2_PACKAGE_AVAHI_DAEMON
9 prompt "avahi-daemon.................... An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)"
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_AVAHI
13 select BR2_PACKAGE_LIBAVAHI
14 select BR2_PACKAGE_LIBDAEMON
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.
23 http://www.freedesktop.org/Software/Avahi
25 This package contains an mDNS/DNS-SD daemon.
27 config BR2_PACKAGE_AVAHI_DNSCONFD
28 prompt "avahi-dnsconfd................ An Unicast DNS server from mDNS/DNS-SD configuration daemon"
30 default m if CONFIG_DEVEL
31 select BR2_COMPILE_AVAHI
32 depends BR2_PACKAGE_AVAHI_DAEMON
34 Avahi is a system which facilitates service discovery on a local network --
35 this means that you can plug your laptop or computer into a network and
36 instantly be able to view other people who you can chat with, find printers
37 to print to or find files being shared. This kind of technology is already
38 found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
39 and is very convenient.
41 http://www.freedesktop.org/Software/Avahi
43 This package contains an Unicast DNS server from mDNS/DNS-SD configuration
44 daemon, which may be used to configure conventional DNS servers using mDNS
45 in a DHCP-like fashion. Especially useful on IPv6.
47 config BR2_PACKAGE_LIBAVAHI
48 prompt "libavahi........................ An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library)"
50 default m if CONFIG_DEVEL
51 select BR2_COMPILE_AVAHI
53 Avahi is a system which facilitates service discovery on a local network --
54 this means that you can plug your laptop or computer into a network and
55 instantly be able to view other people who you can chat with, find printers
56 to print to or find files being shared. This kind of technology is already
57 found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
58 and is very convenient.
60 http://www.freedesktop.org/Software/Avahi
62 This package contains the mDNS/DNS-SD shared libraries, used by other programs.