| 1 |
|
|---|
| 2 | config FWRT_COMPILE_AVAHI
|
|---|
| 3 | tristate
|
|---|
| 4 | default n
|
|---|
| 5 | depends FWRT_PACKAGE_AVAHI_DAEMON || FWRT_PACKAGE_AVAHI_DNSCONFD || FWRT_PACKAGE_LIBAVAHI
|
|---|
| 6 |
|
|---|
| 7 | config FWRT_PACKAGE_AVAHI_DAEMON
|
|---|
| 8 | prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
|
|---|
| 9 | tristate
|
|---|
| 10 | default n
|
|---|
| 11 | select FWRT_COMPILE_AVAHI
|
|---|
| 12 | select FWRT_PACKAGE_LIBAVAHI
|
|---|
| 13 | select FWRT_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 | config FWRT_PACKAGE_AVAHI_DNSCONFD
|
|---|
| 27 | prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon"
|
|---|
| 28 | tristate
|
|---|
| 29 | default n
|
|---|
| 30 | select FWRT_COMPILE_AVAHI
|
|---|
| 31 | depends FWRT_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 | config FWRT_PACKAGE_LIBAVAHI
|
|---|
| 47 | prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"
|
|---|
| 48 | tristate
|
|---|
| 49 | default n
|
|---|
| 50 | select FWRT_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 |
|
|---|