Config.in 1.7 KB

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