diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-12 10:53:22 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-12 10:53:22 +0000 |
commit | 69c9b897e64c980f8f519a4b76c5184c1bcbd26a (patch) | |
tree | 0541ce89e08c3b1d225ef936894bc5722af46f0e /package/kernel/modules/crypto.mk | |
parent | 49fd30e492b4d3a535f156e5b741314fedbd5243 (diff) | |
download | upstream-69c9b897e64c980f8f519a4b76c5184c1bcbd26a.tar.gz upstream-69c9b897e64c980f8f519a4b76c5184c1bcbd26a.tar.bz2 upstream-69c9b897e64c980f8f519a4b76c5184c1bcbd26a.zip |
[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.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 = \ |