From 2dbfe770ef9c1b37abe58485b0f584089650b86e Mon Sep 17 00:00:00 2001 From: florian Date: Tue, 12 May 2009 10:53:22 +0000 Subject: [PATCH] [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 --- package/kernel/modules/crypto.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = \ -- 2.20.1