Config.in 1.8 KB

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