diff options
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r-- | package/avahi/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in index 483d976c77..b52cc78ce5 100644 --- a/package/avahi/Config.in +++ b/package/avahi/Config.in @@ -35,6 +35,14 @@ config BR2_PACKAGE_AVAHI_DAEMON The daemon registers local IP addresses and services using mDNS/DNS-SD. +config BR2_PACKAGE_AVAHI_LIBDNSSD_COMPATIBILITY + bool "libdns_sd compatibility (Bonjour)" + depends on BR2_PACKAGE_AVAHI_DAEMON + select BR2_PACKAGE_DBUS + help + Enable the libdns_sd (Bonjour) compatibility library support + for legacy applications. + endif comment "avahi needs a toolchain w/ threads" |