diff options
author | John Crispin <blogic@openwrt.org> | 2009-10-04 22:00:24 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2009-10-04 22:00:24 +0000 |
commit | 9e124ecdecb1e4bdefcf564c5e99eaf2f4419657 (patch) | |
tree | d9c4ae36c12ab3e6a9546defc82338b35401cd0f /target/linux/ifxmips | |
parent | 0f2923cc47cd553358e153c0b92733c98c81c1c7 (diff) | |
download | upstream-9e124ecdecb1e4bdefcf564c5e99eaf2f4419657.tar.gz upstream-9e124ecdecb1e4bdefcf564c5e99eaf2f4419657.tar.bz2 upstream-9e124ecdecb1e4bdefcf564c5e99eaf2f4419657.zip |
remove crypto moduels from ifxmips menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17857 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ifxmips')
-rw-r--r-- | target/linux/ifxmips/patches-2.6.30/110-drivers.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/ifxmips/patches-2.6.30/110-drivers.patch b/target/linux/ifxmips/patches-2.6.30/110-drivers.patch index 5d5891d001..1c2fd19e4f 100644 --- a/target/linux/ifxmips/patches-2.6.30/110-drivers.patch +++ b/target/linux/ifxmips/patches-2.6.30/110-drivers.patch @@ -91,29 +91,6 @@ Index: linux-2.6.30.5/drivers/net/Makefile obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o -Index: linux-2.6.30.5/drivers/crypto/Kconfig -=================================================================== ---- linux-2.6.30.5.orig/drivers/crypto/Kconfig 2009-08-16 23:19:38.000000000 +0200 -+++ linux-2.6.30.5/drivers/crypto/Kconfig 2009-09-02 18:29:51.000000000 +0200 -@@ -9,6 +9,9 @@ - If you say N, all options in this submenu will be skipped and disabled. - - if CRYPTO_HW -+config CRYPTO_DEV_IFXMIPS -+ tristate "Support for IFXMIPS Data Encryption Unit" -+ depends on IFXMIPS - - config CRYPTO_DEV_PADLOCK - tristate "Support for VIA PadLock ACE" -Index: linux-2.6.30.5/drivers/crypto/Makefile -=================================================================== ---- linux-2.6.30.5.orig/drivers/crypto/Makefile 2009-08-16 23:19:38.000000000 +0200 -+++ linux-2.6.30.5/drivers/crypto/Makefile 2009-09-02 18:30:55.000000000 +0200 -@@ -5,3 +5,4 @@ - obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o - obj-$(CONFIG_CRYPTO_DEV_IXP4XX) += ixp4xx_crypto.o - obj-$(CONFIG_CRYPTO_DEV_PPC4XX) += amcc/ -+obj-$(CONFIG_CRYPTO_DEV_IFXMIPS) += ifxdeu-aes.o ifxdeu-des.o ifxdeu-dma.o ifxdeu-generic.o ifxdeu-md5.o ifxdeu-sha1.o Index: linux-2.6.30.5/drivers/leds/Kconfig =================================================================== --- linux-2.6.30.5.orig/drivers/leds/Kconfig 2009-09-02 18:22:49.000000000 +0200 |