Changeset 2938
- Timestamp:
- 06/26/07 18:59:48 (1 year ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/avahi/Config.in (modified) (2 diffs)
- trunk/freewrt/package/avahi/Config.in.lib (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r2935 r2938 301 301 source "package/apr/Config.in" 302 302 source "package/apr-util/Config.in" 303 source "package/avahi/Config.in.lib" 303 304 source "package/axtls/Config.in.lib" 304 305 source "package/cgilib/Config.in" trunk/freewrt/package/avahi/Config.in
r1253 r2938 1 #menu "avahi............................. An mDNS/DNS-SD (aka RendezVous/Bonjour/ZeroConf) implementation"2 3 1 config FWRT_COMPILE_AVAHI 4 2 tristate … … 45 43 in a DHCP-like fashion. Especially useful on IPv6. 46 44 47 config FWRT_PACKAGE_LIBAVAHI48 prompt "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)"49 tristate50 default n51 select FWRT_COMPILE_AVAHI52 help53 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 and55 instantly be able to view other people who you can chat with, find printers56 to print to or find files being shared. This kind of technology is already57 found in MacOS X (branded 'Rendezvous', 'Bonjour' and sometimes 'ZeroConf')58 and is very convenient.59 60 http://www.freedesktop.org/Software/Avahi61 62 This package contains the mDNS/DNS-SD shared libraries, used by other programs.63 64 #endmenu


