From 206e5f313e425c2b727b64a023a62c1f3de59b72 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" <alex@ozo.com> Date: Sun, 29 Aug 2010 14:35:23 +0000 Subject: linux/generic: add kernel 2.6.36 preliminary support SVN-Revision: 22832 --- .../patches-2.6.36/970-ocf_kbuild_integration.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/generic/patches-2.6.36/970-ocf_kbuild_integration.patch (limited to 'target/linux/generic/patches-2.6.36/970-ocf_kbuild_integration.patch') diff --git a/target/linux/generic/patches-2.6.36/970-ocf_kbuild_integration.patch b/target/linux/generic/patches-2.6.36/970-ocf_kbuild_integration.patch new file mode 100644 index 0000000..1e95858 --- /dev/null +++ b/target/linux/generic/patches-2.6.36/970-ocf_kbuild_integration.patch @@ -0,0 +1,20 @@ +--- a/crypto/Kconfig ++++ b/crypto/Kconfig +@@ -844,3 +844,6 @@ config CRYPTO_ANSI_CPRNG + source "drivers/crypto/Kconfig" + + endif # if CRYPTO ++ ++source "crypto/ocf/Kconfig" ++ +--- a/crypto/Makefile ++++ b/crypto/Makefile +@@ -86,6 +86,8 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_ + obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o + obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o + ++obj-$(CONFIG_OCF_OCF) += ocf/ ++ + # + # generic algorithms and the async_tx api + # -- cgit v1.1