Prevent crypto aead from failing to build with 2.6.24 targets (#4426)
[openwrt/staging/florian.git] / target / linux / generic-2.6 / patches-2.6.24 / 975-crypto_kconfig_hacks.patch
1 --- linux-2.6.24.7/crypto/Kconfig 2008-05-07 01:22:34.000000000 +0200
2 +++ linux-2.6.24.7.new/crypto/Kconfig 2009-01-06 12:14:43.000000000 +0100
3 @@ -20,7 +20,7 @@
4 if CRYPTO
5
6 config CRYPTO_ALGAPI
7 - tristate
8 + tristate "ALG API"
9 help
10 This option provides the API for cryptographic algorithms.
11
12 @@ -29,15 +29,15 @@
13 select CRYPTO_BLKCIPHER
14
15 config CRYPTO_AEAD
16 - tristate
17 + tristate "AEAD"
18 select CRYPTO_ALGAPI
19
20 config CRYPTO_BLKCIPHER
21 - tristate
22 + tristate "Block cipher"
23 select CRYPTO_ALGAPI
24
25 config CRYPTO_HASH
26 - tristate
27 + tristate "HASH"
28 select CRYPTO_ALGAPI
29
30 config CRYPTO_MANAGER