fix crypto pcompress configuration symbol name w/ 2.6.30
SVN-Revision: 15798
This commit is contained in:
parent
fe811a9ef6
commit
214f8bee10
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.26)),1)
|
|||
SHA512_SUFFIX:=$(CRYPTO_GENERIC)
|
||||
endif
|
||||
ifeq ($(strip $(call CompareKernelPatchVer,$(KERNEL_PATCHVER),ge,2.6.30)),1)
|
||||
CRYPTO_MODULE_PCOMPRESS:=PCOMPRESS=pcompress
|
||||
CRYPTO_MODULE_PCOMPRESS:=PCOMP=pcompress
|
||||
endif
|
||||
|
||||
CRYPTO_MODULES = \
|
||||
|
|
Loading…
Reference in a new issue