diff options
Diffstat (limited to 'package')
| -rw-r--r-- | package/kernel/modules/crypto.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 68c1a95cf..530ca398d 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel/modules/crypto.mk @@ -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 = \ | 
