mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 20:56:33 +00:00
avahi: minor cleanup
Signed-off-by: Spenser Gilliland <spenser@gillilanding.com>
This commit is contained in:
parent
650106b52e
commit
3fed58bd50
@ -10,10 +10,11 @@ config BR2_PACKAGE_AVAHI
|
|||||||
|
|
||||||
http://www.avahi.org/
|
http://www.avahi.org/
|
||||||
|
|
||||||
|
if BR2_PACKAGE_AVAHI
|
||||||
|
|
||||||
config BR2_PACKAGE_AVAHI_AUTOIPD
|
config BR2_PACKAGE_AVAHI_AUTOIPD
|
||||||
bool "IPv4LL network address configuration daemon"
|
bool "IPv4LL network address configuration daemon"
|
||||||
default y
|
default y
|
||||||
depends on BR2_PACKAGE_AVAHI
|
|
||||||
select BR2_PACKAGE_LIBDAEMON
|
select BR2_PACKAGE_LIBDAEMON
|
||||||
help
|
help
|
||||||
Avahi-autoipd implements IPv4LL, "Dynamic Configuration of
|
Avahi-autoipd implements IPv4LL, "Dynamic Configuration of
|
||||||
@ -25,7 +26,6 @@ config BR2_PACKAGE_AVAHI_AUTOIPD
|
|||||||
|
|
||||||
config BR2_PACKAGE_AVAHI_DAEMON
|
config BR2_PACKAGE_AVAHI_DAEMON
|
||||||
bool "mDNS/DNS-SD daemon"
|
bool "mDNS/DNS-SD daemon"
|
||||||
depends on BR2_PACKAGE_AVAHI
|
|
||||||
select BR2_PACKAGE_LIBDAEMON
|
select BR2_PACKAGE_LIBDAEMON
|
||||||
select BR2_PACKAGE_EXPAT
|
select BR2_PACKAGE_EXPAT
|
||||||
help
|
help
|
||||||
@ -34,5 +34,7 @@ config BR2_PACKAGE_AVAHI_DAEMON
|
|||||||
The daemon registers local IP addresses and services using
|
The daemon registers local IP addresses and services using
|
||||||
mDNS/DNS-SD.
|
mDNS/DNS-SD.
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
comment "avahi requires a toolchain with thread support"
|
comment "avahi requires a toolchain with thread support"
|
||||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user