Changeset 2938

Show
Ignore:
Timestamp:
06/26/07 18:59:48 (1 year ago)
Author:
wbx
Message:

separate avahi lib in the menu

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/Config.in

    r2935 r2938  
    301301source "package/apr/Config.in" 
    302302source "package/apr-util/Config.in" 
     303source "package/avahi/Config.in.lib" 
    303304source "package/axtls/Config.in.lib" 
    304305source "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  
    31config FWRT_COMPILE_AVAHI 
    42        tristate 
     
    4543          in a DHCP-like fashion. Especially useful on IPv6. 
    4644 
    47 config FWRT_PACKAGE_LIBAVAHI 
    48         prompt   "libavahi.......................... An mDNS/DNS-SD (ZeroConf) implementation (library)" 
    49         tristate 
    50         default n 
    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