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 | 006f326bc1a5cf2a93857f1cfeb69add83950fce (patch) | |
tree | a6bd432a0e7cbbe9e3b96fa48dad63ac7925c4f6 /target/linux/generic-2.6/patches-2.6.27/970-ocf_kbuild_integration.patch | |
parent | ae87ca9a832adb53c6120d68e2a51499d6863c20 (diff) | |
download | mtk-20170518-006f326bc1a5cf2a93857f1cfeb69add83950fce.zip mtk-20170518-006f326bc1a5cf2a93857f1cfeb69add83950fce.tar.gz mtk-20170518-006f326bc1a5cf2a93857f1cfeb69add83950fce.tar.bz2 |
update ocf-linux to 20080917
SVN-Revision: 13282
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 0000000..243708f --- /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 |