Changeset 2721
- Timestamp:
- 06/06/07 12:22:36 (2 years ago)
- Files:
-
- trunk/freewrt/package/tntnet/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/tntnet/Config.in
r2533 r2721 15 15 http://www.tntnet.org 16 16 17 choice 18 prompt "SSL Configuration" 19 depends on FWRT_PACKAGE_TNTNET 20 21 config FWRT_COMPILE_TNTNET_WITHOUT_OPENSSL 22 bool "no ssl encryption support" 23 default y 24 help 25 17 26 config FWRT_COMPILE_TNTNET_WITH_OPENSSL 18 prompt "enable openssl encryption support" 19 bool 27 bool "enable openssl encryption support" 20 28 default n 21 29 depends FWRT_PACKAGE_TNTNET … … 24 32 25 33 config FWRT_COMPILE_TNTNET_WITH_GNUTLS 26 prompt "enable gnutls encryption support" 27 bool 34 bool "enable gnutls encryption support" 28 35 default n 29 36 depends FWRT_PACKAGE_TNTNET … … 31 38 help 32 39 40 endchoice


