diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-01 22:32:44 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-10-01 22:36:14 +0200 |
commit | 8a19a7956552715003a5063b3d66be7f831b6e9e (patch) | |
tree | 3eac6436b853da2eaa14226e13d3bc48c4876796 /package/mdnsresponder/Config.in | |
parent | 01ca43795471240afa2187857d27eb4ec4a87521 (diff) | |
download | buildroot-novena-8a19a7956552715003a5063b3d66be7f831b6e9e.tar.gz buildroot-novena-8a19a7956552715003a5063b3d66be7f831b6e9e.zip |
mdnsresponder: remove package
The source target was broken until very recently, and it doesn't build
as it tries to use the host compiler for the client stuff, so there
cannot be many users of it.
People should use avahi instead nowadays, so so just remove it instead
of hacking it to work.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/mdnsresponder/Config.in')
-rw-r--r-- | package/mdnsresponder/Config.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/mdnsresponder/Config.in b/package/mdnsresponder/Config.in deleted file mode 100644 index 2082955a7..000000000 --- a/package/mdnsresponder/Config.in +++ /dev/null @@ -1,15 +0,0 @@ -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 - - |