| 1 | #menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
|
|---|
| 2 |
|
|---|
| 3 | config FWRT_COMPILE_AVAHI
|
|---|
| 4 | tristate
|
|---|
| 5 | default n
|
|---|
| 6 | depends FWRT_PACKAGE_AVAHI_DAEMON || FWRT_PACKAGE_AVAHI_DNSCONFD || FWRT_PACKAGE_LIBAVAHI
|
|---|
| 7 |
|
|---|
| 8 | config FWRT_PACKAGE_AVAHI_DAEMON
|
|---|
| 9 | prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
|
|---|
| 10 | tristate
|
|---|
| 11 | default m if CONFIG_DEVEL
|
|---|
| 12 | select FWRT_COMPILE_AVAHI
|
|---|
| 13 | select FWRT_PACKAGE_LIBAVAHI
|
|---|
| 14 | select FWRT_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 | config FWRT_PACKAGE_AVAHI_DNSCONFD
|
|---|
| 28 | prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon"
|
|---|
| 29 | tristate
|
|---|
| 30 | default m if CONFIG_DEVEL
|
|---|
| 31 | select FWRT_COMPILE_AVAHI
|
|---|
| 32 | depends FWRT_PACKAGE_AVAHI_DAEMON
|
|---|
| 33 | help
|
|---|
| 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.
|
|---|
| 40 |
|
|---|
| 41 | http://www.freedesktop.org/Software/Avahi
|
|---|
| 42 |
|
|---|
| 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.
|
|---|
| 46 |
|
|---|
| 47 | config FWRT_PACKAGE_LIBAVAHI
|
|---|
| 48 | prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"
|
|---|
| 49 | tristate
|
|---|
| 50 | default m if CONFIG_DEVEL
|
|---|
| 51 | select FWRT_COMPILE_AVAHI
|
|---|
| 52 | help
|
|---|
| 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.
|
|---|
| 59 |
|
|---|
| 60 | http://www.freedesktop.org/Software/Avahi
|
|---|
| 61 |
|
|---|
| 62 | This package contains the mDNS/DNS-SD shared libraries, used by other programs.
|
|---|
| 63 |
|
|---|
| 64 | #endmenu
|
|---|