summaryrefslogtreecommitdiffstats
path: root/package/mdnsresponder/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-11 16:44:54 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-08-11 16:44:54 +0000
commit28625ea369ebc99920b5a7f626d3fa6e68d1b028 (patch)
treecc1462b6da7580927b9e411225244391641b7694 /package/mdnsresponder/Config.in
parent34335d029597e5a561fdbc01f54e54b117160015 (diff)
downloadbuildroot-novena-28625ea369ebc99920b5a7f626d3fa6e68d1b028.tar.gz
buildroot-novena-28625ea369ebc99920b5a7f626d3fa6e68d1b028.zip
Add mdnsresponder package
Diffstat (limited to 'package/mdnsresponder/Config.in')
-rw-r--r--package/mdnsresponder/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/package/mdnsresponder/Config.in b/package/mdnsresponder/Config.in
new file mode 100644
index 000000000..3c5235ba9
--- /dev/null
+++ b/package/mdnsresponder/Config.in
@@ -0,0 +1,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
+
+