Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev | Daniel Dickinson | 2016-01-11 |
| | | | | | | | | | | | It is not enough to select package kmod-cryptodev to avoid build failure; there must be a Makefile dependency on kmod-cryptodev in order for the build system to ensure kmod-cryptodev (and it's headers) are present during build. Therefore drop the select and add a conditional dependency. Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> | ||
* | gnutls: enable anon by default to allow gnutls-cli in gnutls-utils | Nikos Mavrogiannopoulos | 2014-09-06 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | gnutls: cryptodev option depends on cryptodev kmod. | Nikos Mavrogiannopoulos | 2014-06-28 |
| | |||
* | gnutls: Added default options | Nikos Mavrogiannopoulos | 2014-06-28 |
| | |||
* | gnutls: Allow enabling smart card support as option. | Nikos Mavrogiannopoulos | 2014-06-20 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | gnutls: Added configuration option to use external libtasn1 | Nikos Mavrogiannopoulos | 2014-06-20 |
| | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org> | ||
* | Added gnutls library | Nikos Mavrogiannopoulos | 2014-06-03 |