diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-05-09 13:38:37 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2007-05-09 13:38:37 +0000 |
commit | 24cb67ca98a060adcf38eb4b56012fdf98198fe1 (patch) | |
tree | 300d656527219cefe4f00a062e84c5a01cb4bc3c /package/avahi/Config.in | |
parent | 39b88e3691017d7ea44211dad98f316480d4676a (diff) | |
download | buildroot-novena-24cb67ca98a060adcf38eb4b56012fdf98198fe1.tar.gz buildroot-novena-24cb67ca98a060adcf38eb4b56012fdf98198fe1.zip |
avahi-daemon support
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r-- | package/avahi/Config.in | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in index 7ee466213..b4657ee40 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -2,7 +2,30 @@ config BR2_PACKAGE_AVAHI bool "avahi" default n help - Avahi is a system which facilitates service - discovery on a local network. + Avahi is a system which facilitates service + discovery on a local network. http://www.avahi.org/ + +config BR2_PACKAGE_AVAHI_AUTOIPD + bool " IPv4LL network address configuration daemon" + default y + depends on BR2_PACKAGE_AVAHI + help + Avahi-autoipd implements IPv4LL, "Dynamic Configuration of + IPv4 Link-Local Addresses" (IETF RFC3927), a protocol for + automatic IP address configuration from the link-local + 169.254.0.0/16 range without the need for a central server. + It is primarily intended to be used in ad-hoc networks which + lack a DHCP server. + +config BR2_PACKAGE_AVAHI_DAEMON + bool " mDNS/DNS-SD daemon" + default n + depends on BR2_PACKAGE_AVAHI + select BR2_PACKAGE_EXPAT + help + The Avahi mDNS/DNS-SD daemon implementing Apple's ZeroConf + architecture (also known as "Rendezvous" or "Bonjour"). + The daemon registers local IP addresses and services using + mDNS/DNS-SD. |