summaryrefslogtreecommitdiffstats
path: root/package/avahi/Config.in
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-23 08:48:12 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-23 08:48:12 +0000
commit72f258abe3fc61a0afaf3472507c4082d1d612fa (patch)
tree7dd5e9c498c4adbe701f5c37e34b64f59385e671 /package/avahi/Config.in
parenta820b65774d2e2e0ee82f83206ae3b206694f655 (diff)
add avahi package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1732 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/avahi/Config.in')
-rw-r--r--package/avahi/Config.in67
1 files changed, 67 insertions, 0 deletions
diff --git a/package/avahi/Config.in b/package/avahi/Config.in
new file mode 100644
index 000000000..69b677507
--- /dev/null
+++ b/package/avahi/Config.in
@@ -0,0 +1,67 @@
+menu "avahi - An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
+
+config BR2_COMPILE_AVAHI
+ bool
+ default n
+ depends BR2_PACKAGE_AVAHI_DAEMON || BR2_PACKAGE_AVAHI_DNSCONFD || BR2_PACKAGE_LIBAVAHI
+
+config BR2_PACKAGE_AVAHI_DAEMON
+ tristate "avahi-daemon - an mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_COMPILE_AVAHI
+ select BR2_PACKAGE_LIBAVAHI
+ select BR2_PACKAGE_LIBDAEMON
+ help
+ Avahi is a system which facilitates service discovery on a local network --
+ this means that you can plug your laptop or computer into a network and
+ instantly be able to view other people who you can chat with, find printers
+ to print to or find files being shared. This kind of technology is already
+ found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
+ and is very convenient.
+
+ http://www.freedesktop.org/Software/Avahi
+
+ This package contains an mDNS/DNS-SD daemon.
+
+
+config BR2_PACKAGE_AVAHI_DNSCONFD
+ tristate "avahi-dnsconfd - an Unicast DNS server from mDNS/DNS-SD configuration daemon"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_COMPILE_AVAHI
+ depends BR2_PACKAGE_AVAHI_DAEMON
+ help
+ Avahi is a system which facilitates service discovery on a local network --
+ this means that you can plug your laptop or computer into a network and
+ instantly be able to view other people who you can chat with, find printers
+ to print to or find files being shared. This kind of technology is already
+ found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
+ and is very convenient.
+
+ http://www.freedesktop.org/Software/Avahi
+
+ This package contains an Unicast DNS server from mDNS/DNS-SD configuration
+ daemon, which may be used to configure conventional DNS servers using mDNS
+ in a DHCP-like fashion. Especially useful on IPv6.
+
+
+config BR2_PACKAGE_LIBAVAHI
+ tristate "libavahi - an DNS-SD over mDNS (aka RendezVous/Bonjour/ZeroConf) implementation (library)"
+# default m if CONFIG_DEVEL
+ default n
+ select BR2_COMPILE_AVAHI
+ help
+ Avahi is a system which facilitates service discovery on a local network --
+ this means that you can plug your laptop or computer into a network and
+ instantly be able to view other people who you can chat with, find printers
+ to print to or find files being shared. This kind of technology is already
+ found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
+ and is very convenient.
+
+ http://www.freedesktop.org/Software/Avahi
+
+ This package contains the mDNS/DNS-SD shared libraries, used by other programs.
+
+
+endmenu