diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-11 08:19:53 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-11 08:19:53 +0000 |
commit | a4ba8220f531577a0bdc6d9466a16af74f8b98af (patch) | |
tree | 17f84cf0fc394882ad133724440e4fb373714710 /target/linux/lantiq/patches/270-crypto.patch | |
parent | a42e50cceaf2cc8997cfb6870ae1ab70f3f1abe1 (diff) |
[lantiq]
* update kernel to .37
* add support for falcon (big thank you goes to lantiq !!)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26021 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/patches/270-crypto.patch')
-rw-r--r-- | target/linux/lantiq/patches/270-crypto.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/lantiq/patches/270-crypto.patch b/target/linux/lantiq/patches/270-crypto.patch index 38061a9b0..e99cfd381 100644 --- a/target/linux/lantiq/patches/270-crypto.patch +++ b/target/linux/lantiq/patches/270-crypto.patch @@ -1,8 +1,8 @@ --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig -@@ -243,4 +243,75 @@ - OMAP processors have SHA1/MD5 hw accelerator. Select this if you - want to use the OMAP module for SHA1/MD5 algorithms. +@@ -252,4 +252,75 @@ + OMAP processors have AES module accelerator. Select this if you + want to use the OMAP module for AES algorithms. +config CRYPTO_DEV_LANTIQ + tristate "Support for Lantiq crypto engine" @@ -6168,7 +6168,7 @@ +#endif /* DEU_FALCON_H */ --- a/arch/mips/lantiq/xway/devices.h +++ b/arch/mips/lantiq/xway/devices.h -@@ -22,5 +22,6 @@ +@@ -24,5 +24,6 @@ extern void __init lq_register_ethernet(struct lq_eth_data *eth); extern void __init lq_register_asc(int port); extern void __init lq_register_gpio_buttons(struct gpio_button *buttons, int cnt); |