summaryrefslogtreecommitdiffstats
path: root/package/gnutls
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-20 01:35:03 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-09-20 01:35:03 +0000
commitf66942ec3568dd3b8192cf3e3f7344fe57f24c09 (patch)
treeca431104e85b94a7d3a2400ea48512f140667bfa /package/gnutls
parent00e4ce31ba6fab7727cdf72b7236528f991375c2 (diff)
enabled when DEVELOPER=1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1957 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/gnutls')
-rw-r--r--package/gnutls/Config.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
index 146820514..5283101de 100644
--- a/package/gnutls/Config.in
+++ b/package/gnutls/Config.in
@@ -5,8 +5,7 @@ config BR2_COMPILE_GNUTLS
config BR2_PACKAGE_LIBGNUTLS
tristate "libgnutls - The GNU TLS library"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
select BR2_COMPILE_GNUTLS
select BR2_PACKAGE_LIBGCRYPT
help
@@ -38,8 +37,7 @@ config BR2_PACKAGE_LIBGNUTLS
config BR2_PACKAGE_GNUTLS_UTILS
tristate "gnutls-utils - The GNU TLS utilities"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBGNUTLS
help
GnuTLS is a project that aims to develop a library which provides a
@@ -70,8 +68,7 @@ config BR2_PACKAGE_GNUTLS_UTILS
config BR2_PACKAGE_LIBGNUTLS_OPENSSL
tristate "libgnutls-openssl - The GNU TLS OpenSSL compatibility layer library"
-# default m if CONFIG_DEVEL
- default n
+ default m if CONFIG_DEVEL
depends BR2_PACKAGE_LIBGNUTLS
help
GnuTLS is a project that aims to develop a library which provides a