projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6f3c41
)
kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 30 Apr 2009 02:38:23 +0000
(
02:38
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 30 Apr 2009 02:38:23 +0000
(
02:38
+0000)
SVN-Revision: 15503
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index cb8d0256ec65ea9463baa81d7dda97f68352350d..78a8a19fbf174d8c271a12df2fce12d92bf7e54b 100644
(file)
--- a/
package/kernel/modules/crypto.mk
+++ b/
package/kernel/modules/crypto.mk
@@
-32,7
+32,7
@@
endif
CRYPTO_MODULES = \
ALGAPI=crypto_algapi \
AEAD=aead \
-
PCOMPRESS=pcompress
\
+
$(if $(LINUX_2_6_30),PCOMPRESS=pcompress)
\
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
HASH=crypto_hash \
MANAGER=cryptomgr \