Files
buildroot/package/mdnsd/Config.in
Joachim Wiberg ee9ab33d6f package/mdnsd: bump to v1.1
This is a major update of mdnsd, for the full release notes see
https://github.com/troglobit/mdnsd/releases/tag/v1.0 and
https://github.com/troglobit/mdnsd/releases/tag/v1.1

- Update package description to match mdnsd v1.x capabilities
- LICENSE hash change due to update of copyright years

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2026-07-19 12:28:31 +02:00

49 lines
1.3 KiB
Plaintext

config BR2_PACKAGE_MDNSD
bool "mdnsd"
depends on BR2_USE_MMU # fork()
help
Small mDNS-SD daemon for advertising services and device
discovery, similar to Avahi and Bonjour, at fraction of
the size, ~90 kB.
By default, mdnsd acts as a responder on all interfaces
that support multicast. It works with both IPv4 & IPv6,
advertising services from /etc/mdns.d/*.service (common
services included below). To override defaults, e.g.,
path to services, TTL of multicast frames, hostname, or
default interface, set MDNSD_ARGS in /etc/default/mdnsd
https://github.com/troglobit/mdnsd
if BR2_PACKAGE_MDNSD
config BR2_PACKAGE_MDNSD_MQUERY
bool "mquery"
help
Scan a LAN for mDNS capable devices, or query specific
records, similar to the mdns-scan and avahi-browse tools.
Useful for verifying multicast connectivity or locating
neighbors with link-local address.
comment "Services to advertise"
config BR2_PACKAGE_MDNSD_FTP_SERVICE
bool "FTP service"
config BR2_PACKAGE_MDNSD_HTTP_SERVICE
bool "HTTP service"
config BR2_PACKAGE_MDNSD_IPP_SERVICE
bool "IPP service"
config BR2_PACKAGE_MDNSD_PRINTER_SERVICE
bool "Printer service"
config BR2_PACKAGE_MDNSD_SSH_SERVICE
bool "SSH service"
default y if BR2_PACKAGE_DROPBEAR
default y if BR2_PACKAGE_OPENSSH
default y if BR2_PACKAGE_LIBSSH_SERVER
endif