[lib80211] /net/ieee80211/ was removed in new kernel versions.
[openwrt.git] / package / kernel / modules / crypto.mk
index 9e03aeb..68c1a95 100644 (file)
@@ -28,13 +28,17 @@ 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 \
+       $(CRYPTO_MODULE_PCOMPRESS) \
        BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
-       MANAGER=cryptomgr \
        HASH=crypto_hash \
+       MANAGER=cryptomgr \
        CBC=cbc \
        ECB=ecb \
        DEFLATE=deflate
This page took 0.023045 seconds and 4 git commands to generate.