aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-04-30 02:38:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-04-30 02:38:23 +0000
commitb44192c8d68898aae278abca09a1803a101ab225 (patch)
tree7117d2b4f48c66c8b9121a58ad885dec3e89d65b /package/kernel/modules/crypto.mk
parent6dea7328caf40bf35fbe7a17fdbd3620962def5a (diff)
downloadmaster-187ad058-b44192c8d68898aae278abca09a1803a101ab225.tar.gz
master-187ad058-b44192c8d68898aae278abca09a1803a101ab225.tar.bz2
master-187ad058-b44192c8d68898aae278abca09a1803a101ab225.zip
[package] kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/crypto.mk')
-rw-r--r--package/kernel/modules/crypto.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk
index cb8d0256ec..78a8a19fbf 100644
--- 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 \