16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
|
config BR2_PACKAGE_MDNSRESPONDER
|
||
|
bool "mDNSResponder"
|
||
|
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"
|
||
|
depends on BR2_PACKAGE_MDNSRESPONDER
|
||
|
help
|
||
|
Install the client applications and debug utils
|
||
|
|
||
|
|