diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 15:25:22 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2011-04-02 15:25:22 +0000 |
| commit | 75e26d2568810a3ca9baaf0ad4419b2ac875666d (patch) | |
| tree | 3cd7e6eb4c996bc0087f5fae1f15c64ebe76628e /target/linux | |
| parent | 19085ac323ce02dc463c4918c4495d9f01156900 (diff) | |
| download | upstream-75e26d2568810a3ca9baaf0ad4419b2ac875666d.tar.gz upstream-75e26d2568810a3ca9baaf0ad4419b2ac875666d.tar.bz2 upstream-75e26d2568810a3ca9baaf0ad4419b2ac875666d.zip | |
kernel: add a missing dependency for the mv_cesa crypto driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
| -rw-r--r-- | target/linux/generic/patches-2.6.37/972-mv_cesa_depends.patch | 10 | ||||
| -rw-r--r-- | target/linux/generic/patches-2.6.38/972-mv_cesa_depends.patch | 10 |
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 00000000000..1fd2f6365a5 --- /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 00000000000..1fd2f6365a5 --- /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 |
