From 006f326bc1a5cf2a93857f1cfeb69add83950fce Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 18 Nov 2008 20:45:28 +0000 Subject: update ocf-linux to 20080917 SVN-Revision: 13282 --- .../970-ocf_kbuild_integration.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.25/970-ocf_kbuild_integration.patch (limited to 'target/linux/generic-2.6/patches-2.6.25/970-ocf_kbuild_integration.patch') diff --git a/target/linux/generic-2.6/patches-2.6.25/970-ocf_kbuild_integration.patch b/target/linux/generic-2.6/patches-2.6.25/970-ocf_kbuild_integration.patch new file mode 100644 index 0000000000..a00b72c11b --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.25/970-ocf_kbuild_integration.patch @@ -0,0 +1,25 @@ +--- a/crypto/Kconfig ++++ b/crypto/Kconfig +@@ -590,6 +590,8 @@ config CRYPTO_LZO + help + This is the LZO algorithm. + ++source "crypto/ocf/Kconfig" ++ + source "drivers/crypto/Kconfig" + + endif # if CRYPTO +--- a/crypto/Makefile ++++ b/crypto/Makefile +@@ -66,6 +66,11 @@ obj-$(CONFIG_CRYPTO_LZO) += lzo.o + obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o + + # ++# OCF ++# ++obj-$(CONFIG_OCF_OCF) += ocf/ ++ ++# + # generic algorithms and the async_tx api + # + obj-$(CONFIG_XOR_BLOCKS) += xor.o -- cgit v1.2.3