summaryrefslogtreecommitdiff
path: root/openwrt/package/gnutls
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-09-20 01:35:03 +0000
committerNicolas Thill <nico@openwrt.org>2005-09-20 01:35:03 +0000
commit86ecd14fc4526ad797ba883a7207947e238f1df5 (patch)
treeb3b9b8fa7c7222aa926066aa09aae69edcf1c857 /openwrt/package/gnutls
parent00c43f9c495922cda85e22021cc29aa9e936bd40 (diff)
downloadmtk-20170518-86ecd14fc4526ad797ba883a7207947e238f1df5.zip
mtk-20170518-86ecd14fc4526ad797ba883a7207947e238f1df5.tar.gz
mtk-20170518-86ecd14fc4526ad797ba883a7207947e238f1df5.tar.bz2
enabled when DEVELOPER=1
SVN-Revision: 1957
Diffstat (limited to 'openwrt/package/gnutls')
-rw-r--r--openwrt/package/gnutls/Config.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/openwrt/package/gnutls/Config.in b/openwrt/package/gnutls/Config.in
index 1468205..5283101 100644
--- a/openwrt/package/gnutls/Config.in
+++ b/openwrt/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