1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-27 01:51:07 +02:00

[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
This commit is contained in:
jow 2009-04-30 02:38:23 +00:00
parent 98e85366c4
commit 2300f415c7

View File

@ -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 \