mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 21:44:04 +02:00
[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
This commit is contained in:
parent
250508625b
commit
2dbfe770ef
@ -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 = \
|
||||
|
Loading…
Reference in New Issue
Block a user