From: Florian Fainelli Date: Tue, 12 May 2009 10:53:22 +0000 (+0000) Subject: fix crypto pcompress configuration symbol name w/ 2.6.30 X-Git-Tag: reboot~23604 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=214f8bee10f06a41a72d77aac67f08c655cb9b94;p=openwrt%2Fstaging%2Fblogic.git fix crypto pcompress configuration symbol name w/ 2.6.30 SVN-Revision: 15798 --- diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 68c1a95cfe82..530ca398d4e5 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 = \