source: freewrt/package/avahi/Config.in@ ca629a6

freewrt_1_0 freewrt_2_0
Last change on this file since ca629a6 was 540b68c9, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

fix dependencies and defaultconfig

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@2397 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.6 KB
Line 
1
2config FWRT_COMPILE_AVAHI
3 tristate
4 default n
5 depends FWRT_PACKAGE_AVAHI_DAEMON || FWRT_PACKAGE_AVAHI_DNSCONFD || FWRT_PACKAGE_LIBAVAHI
6
7config FWRT_PACKAGE_AVAHI_DAEMON
8 prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
9 tristate
10 default n
11 select FWRT_COMPILE_AVAHI
12 select FWRT_PACKAGE_LIBAVAHI
13 select FWRT_PACKAGE_LIBDAEMON
14 select FWRT_PACKAGE_LIBEXPAT
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
27config FWRT_PACKAGE_AVAHI_DNSCONFD
28 prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon"
29 tristate
30 default n
31 select FWRT_COMPILE_AVAHI
32 depends FWRT_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
47config FWRT_PACKAGE_LIBAVAHI
48 prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"
49 tristate
50 default n
51 select FWRT_PACKAGE_LIBPTHREAD
52 select FWRT_COMPILE_AVAHI
53 help
54 Avahi is a system which facilitates service discovery on a local network --
55 this means that you can plug your laptop or computer into a network and
56 instantly be able to view other people who you can chat with, find printers
57 to print to or find files being shared. This kind of technology is already
58 found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')
59 and is very convenient.
60
61 http://www.freedesktop.org/Software/Avahi
62
63 This package contains the mDNS/DNS-SD shared libraries, used by other programs.
64
Note: See TracBrowser for help on using the repository browser.