| 1 |
config FWRT_COMPILE_AVAHI |
|---|
| 2 |
tristate |
|---|
| 3 |
default n |
|---|
| 4 |
depends FWRT_PACKAGE_AVAHI_DAEMON || FWRT_PACKAGE_AVAHI_DNSCONFD || FWRT_PACKAGE_LIBAVAHI |
|---|
| 5 |
|
|---|
| 6 |
config FWRT_PACKAGE_AVAHI_DAEMON |
|---|
| 7 |
prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)" |
|---|
| 8 |
tristate |
|---|
| 9 |
default n |
|---|
| 10 |
select FWRT_COMPILE_AVAHI |
|---|
| 11 |
select FWRT_PACKAGE_LIBAVAHI |
|---|
| 12 |
select FWRT_PACKAGE_LIBDAEMON |
|---|
| 13 |
help |
|---|
| 14 |
Avahi is a system which facilitates service discovery on a local network -- |
|---|
| 15 |
this means that you can plug your laptop or computer into a network and |
|---|
| 16 |
instantly be able to view other people who you can chat with, find printers |
|---|
| 17 |
to print to or find files being shared. This kind of technology is already |
|---|
| 18 |
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') |
|---|
| 19 |
and is very convenient. |
|---|
| 20 |
|
|---|
| 21 |
http://www.freedesktop.org/Software/Avahi |
|---|
| 22 |
|
|---|
| 23 |
This package contains an mDNS/DNS-SD daemon. |
|---|
| 24 |
|
|---|
| 25 |
config FWRT_PACKAGE_AVAHI_DNSCONFD |
|---|
| 26 |
prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon" |
|---|
| 27 |
tristate |
|---|
| 28 |
default n |
|---|
| 29 |
select FWRT_COMPILE_AVAHI |
|---|
| 30 |
depends FWRT_PACKAGE_AVAHI_DAEMON |
|---|
| 31 |
help |
|---|
| 32 |
Avahi is a system which facilitates service discovery on a local network -- |
|---|
| 33 |
this means that you can plug your laptop or computer into a network and |
|---|
| 34 |
instantly be able to view other people who you can chat with, find printers |
|---|
| 35 |
to print to or find files being shared. This kind of technology is already |
|---|
| 36 |
found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') |
|---|
| 37 |
and is very convenient. |
|---|
| 38 |
|
|---|
| 39 |
http://www.freedesktop.org/Software/Avahi |
|---|
| 40 |
|
|---|
| 41 |
This package contains an Unicast DNS server from mDNS/DNS-SD configuration |
|---|
| 42 |
daemon, which may be used to configure conventional DNS servers using mDNS |
|---|
| 43 |
in a DHCP-like fashion. Especially useful on IPv6. |
|---|
| 44 |
|
|---|