rename target/linux/generic-2.6 to generic
[15.05/openwrt.git] / target / linux / generic / patches-2.6.31 / 970-ocf_kbuild_integration.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -791,3 +791,6 @@ config CRYPTO_ANSI_CPRNG
4  source "drivers/crypto/Kconfig"
5  
6  endif  # if CRYPTO
7 +
8 +source "crypto/ocf/Kconfig"
9 +
10 --- a/crypto/Makefile
11 +++ b/crypto/Makefile
12 @@ -84,6 +84,8 @@ obj-$(CONFIG_CRYPTO_RNG2) += krng.o
13  obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_cprng.o
14  obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
15  
16 +obj-$(CONFIG_OCF_OCF) += ocf/
17 +
18  #
19  # generic algorithms and the async_tx api
20  #