diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-12 10:53:22 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-05-12 10:53:22 +0000 |
commit | 2dbfe770ef9c1b37abe58485b0f584089650b86e (patch) | |
tree | 0541ce89e08c3b1d225ef936894bc5722af46f0e /package/kernel/modules | |
parent | 250508625ba7988708ab0076fd2bf1a621ec9ea5 (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')
-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 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 = \ |