pass ARCH down to uClibc
[buildroot.git] / package / avahi / Config.in
blob84bf737f5447fefed5834a1a90fefad03e5ce840
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.
9           http://www.avahi.org/
11 config BR2_PACKAGE_AVAHI_AUTOIPD
12         bool "IPv4LL network address configuration daemon"
13         default y
14         depends on BR2_PACKAGE_AVAHI
15         help
16           Avahi-autoipd implements IPv4LL, "Dynamic Configuration of
17           IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for
18           automatic IP address configuration from the link-local
19           169.254.0.0/16 range without the need for a central server.
20           It is primarily intended to be used in ad-hoc networks which
21           lack a DHCP server.
23 config BR2_PACKAGE_AVAHI_DAEMON
24         bool "mDNS/DNS-SD daemon"
25         default n
26         depends on BR2_PACKAGE_AVAHI
27         select BR2_PACKAGE_EXPAT
28         help
29           The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf
30           architecture (also known as "Rendezvous" or "Bonjour").
31           The daemon registers local IP addresses and services using
32           mDNS/DNS-SD.