Commit 3fed58bd authored by Spenser Gilliland's avatar Spenser Gilliland Committed by Thomas Petazzoni
Browse files

avahi: minor cleanup

parent 650106b5
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -10,10 +10,11 @@ config BR2_PACKAGE_AVAHI

	  http://www.avahi.org/

if BR2_PACKAGE_AVAHI

config BR2_PACKAGE_AVAHI_AUTOIPD
	bool "IPv4LL network address configuration daemon"
	default y
	depends on BR2_PACKAGE_AVAHI
	select BR2_PACKAGE_LIBDAEMON
	help
	  Avahi-autoipd implements IPv4LL, "Dynamic Configuration of
@@ -25,7 +26,6 @@ config BR2_PACKAGE_AVAHI_AUTOIPD

config BR2_PACKAGE_AVAHI_DAEMON
	bool "mDNS/DNS-SD daemon"
	depends on BR2_PACKAGE_AVAHI
	select BR2_PACKAGE_LIBDAEMON
	select BR2_PACKAGE_EXPAT
	help
@@ -34,5 +34,7 @@ config BR2_PACKAGE_AVAHI_DAEMON
	  The daemon registers local IP addresses and services using
	  mDNS/DNS-SD.

endif

comment "avahi requires a toolchain with thread support"
	depends on !BR2_TOOLCHAIN_HAS_THREADS