ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boards
[openwrt/svn-archive/archive.git] / target / linux / generic-2.6 / patches-2.6.28 / 970-ocf_kbuild_integration.patch
1 --- a/crypto/Kconfig
2 +++ b/crypto/Kconfig
3 @@ -735,6 +735,8 @@ config CRYPTO_ANSI_CPRNG
4 for cryptographic modules. Uses the Algorithm specified in
5 ANSI X9.31 A.2.4
6
7 +source "crypto/ocf/Kconfig"
8 +
9 source "drivers/crypto/Kconfig"
10
11 endif # if CRYPTO
12 --- a/crypto/Makefile
13 +++ b/crypto/Makefile
14 @@ -79,6 +79,11 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_
15 obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
16
17 #
18 +# OCF
19 +#
20 +obj-$(CONFIG_OCF_OCF) += ocf/
21 +
22 +#
23 # generic algorithms and the async_tx api
24 #
25 obj-$(CONFIG_XOR_BLOCKS) += xor.o