mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:03:21 +02:00
[package] kernel/modules: build pcompress.ko for kernel >=2.6.30
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15737 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6749db4d0f
commit
f2e92218b4
@ -28,11 +28,14 @@ endif
|
||||
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
|
||||
endif
|
||||
|
||||
CRYPTO_MODULES = \
|
||||
ALGAPI=crypto_algapi \
|
||||
AEAD=aead \
|
||||
$(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \
|
||||
$(CRYPTO_MODULE_PCOMPRESS) \
|
||||
BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
|
||||
HASH=crypto_hash \
|
||||
MANAGER=cryptomgr \
|
||||
|
Loading…
Reference in New Issue
Block a user