summaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/crypto.mk
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-12 10:53:22 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-12 10:53:22 +0000
commit2dbfe770ef9c1b37abe58485b0f584089650b86e (patch)
tree0541ce89e08c3b1d225ef936894bc5722af46f0e /package/kernel/modules/crypto.mk
parent250508625ba7988708ab0076fd2bf1a621ec9ea5 (diff)
[package] fix crypto pcompress configuration symbol name w/ 2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15798 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/modules/crypto.mk')
-rw-r--r--package/kernel/modules/crypto.mk2
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 = \