let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / avahi / Config.in
1 menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
2
3 config BR2_COMPILE_AVAHI
4         tristate
5         default n
6         depends BR2_PACKAGE_AVAHI_DAEMON || BR2_PACKAGE_AVAHI_DNSCONFD || BR2_PACKAGE_LIBAVAHI
7
8 config BR2_PACKAGE_AVAHI_DAEMON
9         prompt   "avahi-daemon.................... An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (daemon)"
10         tristate
11         default m if CONFIG_DEVEL
12         select BR2_COMPILE_AVAHI
13         select BR2_PACKAGE_LIBAVAHI
14         select BR2_PACKAGE_LIBDAEMON
15         help
16           Avahi is a system which facilitates service discovery on a local network -- 
17           this means that you can plug your laptop or computer into a network and 
18           instantly be able to view other people who you can chat with, find printers 
19           to print to or find files being shared. This kind of technology is already 
20           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
21           and is very convenient.
22           
23           http://www.freedesktop.org/Software/Avahi
24           
25           This package contains an mDNS/DNS-SD daemon.
26
27 config BR2_PACKAGE_AVAHI_DNSCONFD
28         prompt     "avahi-dnsconfd................ An Unicast DNS server from mDNS/DNS-SD configuration daemon"
29         tristate
30         default m if CONFIG_DEVEL
31         select BR2_COMPILE_AVAHI
32         depends BR2_PACKAGE_AVAHI_DAEMON
33         help
34           Avahi is a system which facilitates service discovery on a local network -- 
35           this means that you can plug your laptop or computer into a network and 
36           instantly be able to view other people who you can chat with, find printers 
37           to print to or find files being shared. This kind of technology is already 
38           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
39           and is very convenient.
40           
41           http://www.freedesktop.org/Software/Avahi
42           
43           This package contains an Unicast DNS server from mDNS/DNS-SD configuration 
44           daemon, which may be used to configure conventional DNS servers using mDNS 
45           in a DHCP-like fashion. Especially useful on IPv6.
46
47 config BR2_PACKAGE_LIBAVAHI
48         prompt   "libavahi........................ An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation (library)"
49         tristate
50         default m if CONFIG_DEVEL
51         select BR2_COMPILE_AVAHI
52         help
53           Avahi is a system which facilitates service discovery on a local network -- 
54           this means that you can plug your laptop or computer into a network and 
55           instantly be able to view other people who you can chat with, find printers 
56           to print to or find files being shared. This kind of technology is already 
57           found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf') 
58           and is very convenient.
59           
60           http://www.freedesktop.org/Software/Avahi
61           
62           This package contains the mDNS/DNS-SD shared libraries, used by other programs.
63
64 endmenu