avahi: minor cleanup
authorSpenser Gilliland <spenser@gillilanding.com>
Mon, 15 Jul 2013 19:46:48 +0000 (14:46 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 27 Jul 2013 14:48:29 +0000 (16:48 +0200)
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
package/avahi/Config.in

index 60fd50f7c1e130f37fcd960b7604bf42c9ab1380..c6af67e52598816de12645273c8690ce4a925346 100644 (file)
@@ -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