From 2985a856b834f86a98d62a3484fa413f61d8812d Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 12 May 2009 10:53:22 +0000 Subject: [PATCH] [package] fix crypto pcompress configuration symbol name w/ 2.6.30 SVN-Revision: 15798 --- package/kernel/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 68c1a95cfe..530ca398d4 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 = \ -- 2.30.2