xref: /OK3568_Linux_fs/buildroot/package/nss-mdns/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_NSS_MDNS
2*4882a593Smuzhiyun	bool "nss-mdns"
3*4882a593Smuzhiyun	# libdaemon->avahi uses fork()
4*4882a593Smuzhiyun	depends on BR2_USE_MMU
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_USES_GLIBC
6*4882a593Smuzhiyun	depends on BR2_PACKAGE_AVAHI_DAEMON
7*4882a593Smuzhiyun	help
8*4882a593Smuzhiyun	  nss-mdns is a plugin for the GNU Name Service Switch (NSS)
9*4882a593Smuzhiyun	  functionality of the GNU C Library (glibc) providing host
10*4882a593Smuzhiyun	  name resolution via Multicast DNS (aka Zeroconf, aka Apple
11*4882a593Smuzhiyun	  Rendezvous, aka Apple Bonjour), effectively allowing name
12*4882a593Smuzhiyun	  resolution by common Unix/Linux programs in the ad-hoc
13*4882a593Smuzhiyun	  mDNS domain .local.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://github.com/lathiat/nss-mdns
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "nss-mdns needs a glibc toolchain"
18*4882a593Smuzhiyun	depends on BR2_USE_MMU && BR2_PACKAGE_AVAHI_DAEMON
19*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_USES_GLIBC
20