#menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation" config FWRT_COMPILE_AVAHI tristate default n depends FWRT_PACKAGE_AVAHI_DAEMON || FWRT_PACKAGE_AVAHI_DNSCONFD || FWRT_PACKAGE_LIBAVAHI config FWRT_PACKAGE_AVAHI_DAEMON prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)" tristate default m if CONFIG_DEVEL select FWRT_COMPILE_AVAHI select FWRT_PACKAGE_LIBAVAHI select FWRT_PACKAGE_LIBDAEMON help Avahi is a system which facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. http://www.freedesktop.org/Software/Avahi This package contains an mDNS/DNS-SD daemon. config FWRT_PACKAGE_AVAHI_DNSCONFD prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon" tristate default m if CONFIG_DEVEL select FWRT_COMPILE_AVAHI depends FWRT_PACKAGE_AVAHI_DAEMON help Avahi is a system which facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. http://www.freedesktop.org/Software/Avahi This package contains an Unicast DNS server from mDNS/DNS-SD configuration daemon, which may be used to configure conventional DNS servers using mDNS in a DHCP-like fashion. Especially useful on IPv6. config FWRT_PACKAGE_LIBAVAHI prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)" tristate default m if CONFIG_DEVEL select FWRT_COMPILE_AVAHI help Avahi is a system which facilitates service discovery on a local network -- this means that you can plug your laptop or computer into a network and instantly be able to view other people who you can chat with, find printers to print to or find files being shared. This kind of technology is already found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') and is very convenient. http://www.freedesktop.org/Software/Avahi This package contains the mDNS/DNS-SD shared libraries, used by other programs. #endmenu