summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-02 15:25:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-02 15:25:22 +0000
commit730a3afab78e248b2cc015a973a8f662330cf6f7 (patch)
tree3c9f915e3523db3b22e07e918c10a1f461024911 /target
parent21ff098352570f3bd7a161254207e8c40508c8e4 (diff)
downloadmaster-31e0f0ae-730a3afab78e248b2cc015a973a8f662330cf6f7.tar.gz
master-31e0f0ae-730a3afab78e248b2cc015a973a8f662330cf6f7.tar.bz2
master-31e0f0ae-730a3afab78e248b2cc015a973a8f662330cf6f7.zip
kernel: add a missing dependency for the mv_cesa crypto driver
SVN-Revision: 26406
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-2.6.37/972-mv_cesa_depends.patch10
-rw-r--r--target/linux/generic/patches-2.6.38/972-mv_cesa_depends.patch10
2 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.37/972-mv_cesa_depends.patch b/target/linux/generic/patches-2.6.37/972-mv_cesa_depends.patch
new file mode 100644
index 0000000000..1fd2f6365a
--- /dev/null
+++ b/target/linux/generic/patches-2.6.37/972-mv_cesa_depends.patch
@@ -0,0 +1,10 @@
+--- a/drivers/crypto/Kconfig
++++ b/drivers/crypto/Kconfig
+@@ -162,6 +162,7 @@ config CRYPTO_DEV_MV_CESA
+ depends on PLAT_ORION
+ select CRYPTO_ALGAPI
+ select CRYPTO_AES
++ select CRYPTO_HASH2
+ select CRYPTO_BLKCIPHER2
+ help
+ This driver allows you to utilize the Cryptographic Engines and
diff --git a/target/linux/generic/patches-2.6.38/972-mv_cesa_depends.patch b/target/linux/generic/patches-2.6.38/972-mv_cesa_depends.patch
new file mode 100644
index 0000000000..1fd2f6365a
--- /dev/null
+++ b/target/linux/generic/patches-2.6.38/972-mv_cesa_depends.patch
@@ -0,0 +1,10 @@
+--- a/drivers/crypto/Kconfig
++++ b/drivers/crypto/Kconfig
+@@ -162,6 +162,7 @@ config CRYPTO_DEV_MV_CESA
+ depends on PLAT_ORION
+ select CRYPTO_ALGAPI
+ select CRYPTO_AES
++ select CRYPTO_HASH2
+ select CRYPTO_BLKCIPHER2
+ help
+ This driver allows you to utilize the Cryptographic Engines and