projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49fd30e
)
[package] fix crypto pcompress configuration symbol name w/ 2.6.30
author
Florian Fainelli
<florian@openwrt.org>
Tue, 12 May 2009 10:53:22 +0000
(10:53 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 12 May 2009 10:53:22 +0000
(10:53 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15798
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/kernel/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/crypto.mk
b/package/kernel/modules/crypto.mk
index
68c1a95
..
530ca39
100644
(file)
--- 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:=PCOMP
RESS
=pcompress
+ CRYPTO_MODULE_PCOMPRESS:=PCOMP=pcompress
endif
CRYPTO_MODULES = \