summaryrefslogtreecommitdiffstats
path: root/package/openssl/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-07-13 16:02:14 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-07-13 16:02:14 +0000
commita2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9 (patch)
treed0eb3fd2fe132411316006dca6efd6dc073863e9 /package/openssl/Makefile
parent37401f38d38841c91a568cd5e6ac807922595b6a (diff)
downloadmaster-31e0f0ae-a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9.tar.gz
master-31e0f0ae-a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9.tar.bz2
master-31e0f0ae-a2e1b4ab114f69eb05cc8d8a3d9cd147c7bf63d9.zip
enable the cryptodev engine on ixp4xx
SVN-Revision: 11805
Diffstat (limited to 'package/openssl/Makefile')
-rw-r--r--package/openssl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 6eafc7ed7d..2937368b15 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -69,7 +69,7 @@ OPENSSL_NO_CIPHERS:= no-idea no-md2 no-mdc2 no-rc2 no-rc5 no-sha0 no-smime \
no-rmd160 no-aes192 no-ripemd no-camellia no-ans1 no-krb5
ifeq ($(BOARD),ixp4xx)
OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \
- no-sse2 no-perlasm
+ no-sse2 no-perlasm --with-cryptodev
else
OPENSSL_OPTIONS:= shared no-ec no-err no-fips no-hw no-threads zlib-dynamic \
no-engines no-sse2 no-perlasm