mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-29 02:11:05 +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:
parent
98e85366c4
commit
2300f415c7
@ -32,7 +32,7 @@ endif
|
|||||||
CRYPTO_MODULES = \
|
CRYPTO_MODULES = \
|
||||||
ALGAPI=crypto_algapi \
|
ALGAPI=crypto_algapi \
|
||||||
AEAD=aead \
|
AEAD=aead \
|
||||||
PCOMPRESS=pcompress \
|
$(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \
|
||||||
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
||||||
HASH=crypto_hash \
|
HASH=crypto_hash \
|
||||||
MANAGER=cryptomgr \
|
MANAGER=cryptomgr \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user