remove 2.6.27 we did not use it and went to 2.6.28 directly
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.24 / 975-crypto_kconfig_hacks.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -20,7 +20,7 @@ menuconfig CRYPTO
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 @@ config CRYPTO_ABLKCIPHER
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