Jelajahi Sumber

kernel: mask pcompress.ko crypto module for non-2.6.30 kernels

SVN-Revision: 15503
Jo-Philipp Wich 17 tahun lalu
induk
melakukan
78f44f7c8b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      package/kernel/modules/crypto.mk

+ 1 - 1
package/kernel/modules/crypto.mk

@@ -32,7 +32,7 @@ endif
 CRYPTO_MODULES = \
 CRYPTO_MODULES = \
 	ALGAPI=crypto_algapi \
 	ALGAPI=crypto_algapi \
 	AEAD=aead \
 	AEAD=aead \
-	PCOMPRESS=pcompress \
+	$(if $(LINUX_2_6_30),PCOMPRESS=pcompress) \
 	BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
 	BLKCIPHER=$(BLKCIPHER_PREFIX)blkcipher \
 	HASH=crypto_hash \
 	HASH=crypto_hash \
 	MANAGER=cryptomgr \
 	MANAGER=cryptomgr \