projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix svn compressed patch breakage in libnet
[openwrt.git]
/
package
/
gnutls
/
Config.in
diff --git
a/package/gnutls/Config.in
b/package/gnutls/Config.in
index
1468205
..
5283101
100644
(file)
--- 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"
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
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"
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
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"
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
depends BR2_PACKAGE_LIBGNUTLS
help
GnuTLS is a project that aims to develop a library which provides a
This page took
0.026553 seconds
and
4
git commands to generate.