diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-18 20:45:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-18 20:45:28 +0000 |
commit | 27b7756e8304f0eac4c560ae5a7a24c3b92f0464 (patch) | |
tree | 25755364b2344c93dfe1e46bfda8ba54c29de380 /target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch | |
parent | 5379e0f8e78c9bb2e7118d1261c3867de1e83503 (diff) | |
download | upstream-27b7756e8304f0eac4c560ae5a7a24c3b92f0464.tar.gz upstream-27b7756e8304f0eac4c560ae5a7a24c3b92f0464.tar.bz2 upstream-27b7756e8304f0eac4c560ae5a7a24c3b92f0464.zip |
[kernel] update ocf-linux to 20080917
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13282 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch b/target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch new file mode 100644 index 0000000000..243708f7ed --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch @@ -0,0 +1,25 @@ +--- a/crypto/Kconfig ++++ b/crypto/Kconfig +@@ -666,6 +666,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 +@@ -73,6 +73,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 |