source: freewrt/package/avahi/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was e3ea651, checked in by Thorsten Glaser <tg@…>, 19 years ago

what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time

wbx@ allowed me to do so... I did keep some menus where it made sense though

git-svn-id: svn://www.freewrt.org/trunk/freewrt@414 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.7 KB
Line 
1#menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"
2
3config FWRT_COMPILE_AVAHI
4 tristate
5 default n
6 depends FWRT_PACKAGE_AVAHI_DAEMON || FWRT_PACKAGE_AVAHI_DNSCONFD || FWRT_PACKAGE_LIBAVAHI
7
8config FWRT_PACKAGE_AVAHI_DAEMON
9 prompt "avahi-daemon...................... An mDNS/DNS-SD (ZeroConf) implementation (daemon)"
10 tristate
11 default m if CONFIG_DEVEL
12 select FWRT_COMPILE_AVAHI
13 select FWRT_PACKAGE_LIBAVAHI
14 select FWRT_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
27config FWRT_PACKAGE_AVAHI_DNSCONFD
28 prompt "avahi-dnsconfd.................. Unicast DNS server from mDNS/DNS-SD config daemon"
29 tristate
30 default m if CONFIG_DEVEL
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 m if CONFIG_DEVEL
51 select FWRT_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
Note: See TracBrowser for help on using the repository browser.