Config.in 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. config BR2_PACKAGE_AVAHI
  2. bool "avahi"
  3. select BR2_PACKAGE_LIBDAEMON
  4. default n
  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. help
  14. Avahi-autoipd implements IPv4LL, "Dynamic Configuration of
  15. IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for
  16. automatic IP address configuration from the link-local
  17. 169.254.0.0/16 range without the need for a central server.
  18. It is primarily intended to be used in ad-hoc networks which
  19. lack a DHCP server.
  20. config BR2_PACKAGE_AVAHI_DAEMON
  21. bool "mDNS/DNS-SD daemon"
  22. default n
  23. depends on BR2_PACKAGE_AVAHI
  24. depends BR2_PACKAGE_EXPAT
  25. help
  26. The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf
  27. architecture (also known as "Rendezvous" or "Bonjour").
  28. The daemon registers local IP addresses and services using
  29. mDNS/DNS-SD.
  30. comment "mDNS/DNS-SD daemon - disabled (requires expat)"
  31. depends on BR2_PACKAGE_AVAHI
  32. depends !BR2_PACKAGE_EXPAT