[package] fix crypto pcompress configuration symbol name w/ 2.6.30
authorFlorian Fainelli <florian@openwrt.org>
Tue, 12 May 2009 10:53:22 +0000 (10:53 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 12 May 2009 10:53:22 +0000 (10:53 +0000)
SVN-Revision: 15798

package/kernel/modules/crypto.mk

index 68c1a95cfe82a62e880695c55140c30d4986fc6a..530ca398d4e5923d3760ac6447d9029521f19945 100644 (file)
@@ -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 = \