Changeset 2721

Show
Ignore:
Timestamp:
06/06/07 12:22:36 (2 years ago)
Author:
austriancoder
Message:

fix ssl encryption selection in tntnet - close #318

Files:

Legend:

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

    r2533 r2721  
    1515          http://www.tntnet.org 
    1616 
     17choice 
     18prompt "SSL Configuration" 
     19depends on FWRT_PACKAGE_TNTNET 
     20 
     21config FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL 
     22        bool "no ssl encryption support" 
     23        default y 
     24        help 
     25 
    1726config FWRT_COMPILE_TNTNET_WITH_OPENSSL 
    18         prompt "enable openssl encryption support" 
    19         bool 
     27        bool "enable openssl encryption support" 
    2028        default n 
    2129        depends FWRT_PACKAGE_TNTNET 
     
    2432 
    2533config FWRT_COMPILE_TNTNET_WITH_GNUTLS 
    26         prompt "enable gnutls encryption support" 
    27         bool 
     34        bool "enable gnutls encryption support" 
    2835        default n 
    2936        depends FWRT_PACKAGE_TNTNET 
     
    3138        help 
    3239 
     40endchoice