Changeset 1995df9 in freewrt


Ignore:
Timestamp:
Jun 8, 2007, 12:44:50 PM (19 years ago)
Author:
Thorsten Glaser <tg@…>
Children:
cea3d26
Parents:
a89c642
Message:

package/tntnet/Config.in:23:warning: defaults for choice values not supported
package/tntnet/Config.in:28:warning: defaults for choice values not supported
package/tntnet/Config.in:35:warning: defaults for choice values not supported

bad ☺ and someone even TOLD you in IRC…

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/tntnet/Config.in

    ra89c642 r1995df9  
    1010        select FWRT_PACKAGE_ZLIB
    1111        help
    12           Tntnet is a modular, multithreaded webapplicationserver 
     12          Tntnet is a modular, multithreaded webapplicationserver
    1313          written from scratch for C++.
    1414         
     
    1818prompt "SSL Configuration"
    1919depends on FWRT_PACKAGE_TNTNET
     20default FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL
    2021
    2122config FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL
    2223        bool "no ssl encryption support"
    23         default y
    2424        help
    2525
    2626config FWRT_COMPILE_TNTNET_WITH_OPENSSL
    2727        bool "enable openssl encryption support"
    28         default n
    2928        depends FWRT_PACKAGE_TNTNET
    3029        select FWRT_PACKAGE_LIBOPENSSL
     
    3332config FWRT_COMPILE_TNTNET_WITH_GNUTLS
    3433        bool "enable gnutls encryption support"
    35         default n
    3634        depends FWRT_PACKAGE_TNTNET
    3735        select FWRT_PACKAGE_LIBGNUTLS
Note: See TracChangeset for help on using the changeset viewer.