blob: 3c5235ba9d0542408839b7c88510085a33e4d0a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
config BR2_PACKAGE_MDNSRESPONDER
bool "mDNSResponder"
default n
help
The mDNSResponder project is a component of Bonjour,
Apple's initiative for zero-configuration networking.
http://developer.apple.com/networking/bonjour/index.html
config BR2_PACKAGE_MDNSRESPONDER_UTILS
bool "client and utils"
default n
depends on BR2_PACKAGE_MDNSRESPONDER
help
Install the client applications and debug utils
|