Skip to content

Commit e0eece0

Browse files
Kyle Meyerherbertx
authored andcommitted
crypto: deflate - Add aliases to deflate
iaa_crypto depends on the deflate compression algorithm that's provided by deflate. If the algorithm is not available because CRYPTO_DEFLATE=m and deflate is not inserted, iaa_crypto will request "crypto-deflate-generic". Deflate will not be inserted because "crypto-deflate-generic" is not a valid alias. Add deflate-generic and crypto-deflate-generic aliases to deflate. Signed-off-by: Kyle Meyer <kyle.meyer@hpe.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
1 parent 7b3058e commit e0eece0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crypto/deflate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,4 @@ MODULE_LICENSE("GPL");
311311
MODULE_DESCRIPTION("Deflate Compression Algorithm for IPCOMP");
312312
MODULE_AUTHOR("James Morris <jmorris@intercode.com.au>");
313313
MODULE_ALIAS_CRYPTO("deflate");
314+
MODULE_ALIAS_CRYPTO("deflate-generic");

0 commit comments

Comments
 (0)