Config.in 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. config BR2_PACKAGE_AVAHI
  2. bool "avahi"
  3. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  4. select BR2_PACKAGE_LIBINTL if BR2_NEEDS_GETTEXT_IF_LOCALE
  5. help
  6. Avahi is a system which facilitates service
  7. discovery on a local network.
  8. http://www.avahi.org/
  9. config BR2_PACKAGE_AVAHI_AUTOIPD
  10. bool "IPv4LL network address configuration daemon"
  11. default y
  12. depends on BR2_PACKAGE_AVAHI
  13. select BR2_PACKAGE_LIBDAEMON
  14. help
  15. Avahi-autoipd implements IPv4LL, "Dynamic Configuration of
  16. IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for
  17. automatic IP address configuration from the link-local
  18. 169.254.0.0/16 range without the need for a central server.
  19. It is primarily intended to be used in ad-hoc networks which
  20. lack a DHCP server.
  21. config BR2_PACKAGE_AVAHI_DAEMON
  22. bool "mDNS/DNS-SD daemon"
  23. depends on BR2_PACKAGE_AVAHI
  24. select BR2_PACKAGE_LIBDAEMON
  25. select BR2_PACKAGE_EXPAT
  26. help
  27. The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf
  28. architecture (also known as "Rendezvous" or "Bonjour").
  29. The daemon registers local IP addresses and services using
  30. mDNS/DNS-SD.