This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#2261
from cshore/pull-request-gnutls-with-cryptodev
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
lilik-openwrt-22.03
Nikos Mavrogiannopoulos
9 years ago
parent
8ad914bd38
6e288a01bf
commit
f87f3fc249
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libs/gnutls/Config.in
+1
-1
libs/gnutls/Makefile
+ 0
- 1
libs/gnutls/Config.in
View File
@ -17,7 +17,6 @@ config GNUTLS_OCSP
config GNUTLS_CRYPTODEV
bool "enable /dev/crypto support"
select PACKAGE_kmod-cryptodev
default n
config GNUTLS_HEARTBEAT
+ 1
- 1
libs/gnutls/Makefile
View File
@ -93,7 +93,7 @@ endef
d
e
f
i
n
e
P
a
c
k
a
g
e
/
l
i
b
g
n
u
t
l
s
$(
call
Package
/
gnutls
/
Default
)
TITLE
+=
(
library
)
DEPENDS
+=
+libnettle +!LIBNETTLE_MINI:libgmp +GNUTLS_EXT_LIBTASN1:libtasn1 +GNUTLS_PKCS11:p11-kit
DEPENDS
+=
+libnettle +!LIBNETTLE_MINI:libgmp +GNUTLS_EXT_LIBTASN1:libtasn1 +GNUTLS_PKCS11:p11-kit
+GNUTLS_CRYPTODEV:kmod-cryptodev
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
l
i
b
g
n
u
t
l
s
/
d
e
s
c
r
i
p
t
i
o
n
Write
Preview
Loading…
Cancel
Save