mirror of https://github.com/hak5/openwrt-owl.git
kernel: mask pcompress.ko crypto module for non-2.6.30 kernels
SVN-Revision: 15503owl
parent
f6f3c4111a
commit
78f44f7c8b
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue