diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-04-27 12:31:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-04-27 12:31:50 +0000 |
commit | c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6 (patch) | |
tree | 79861996de2c6e1a0d924d51a0690a9ec8d8ccfe /target/linux/rdc | |
parent | 9389aa93ff9078936fdc28d936df61e38766ccc4 (diff) | |
download | upstream-c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6.tar.gz upstream-c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6.tar.bz2 upstream-c6fe45ed552139f7e5e91f7fdbaa1da5b853f6a6.zip |
properly disable CONFIG_CRYPTO_HW
SVN-Revision: 10952
Diffstat (limited to 'target/linux/rdc')
-rw-r--r-- | target/linux/rdc/config-2.6.23 | 1 | ||||
-rw-r--r-- | target/linux/rdc/config-2.6.24 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/rdc/config-2.6.23 b/target/linux/rdc/config-2.6.23 index 2c8e42eaa6..c8f4a36ac8 100644 --- a/target/linux/rdc/config-2.6.23 +++ b/target/linux/rdc/config-2.6.23 @@ -29,7 +29,6 @@ CONFIG_CLOCKSOURCE_WATCHDOG=y # CONFIG_CPU5_WDT is not set # CONFIG_CPU_FREQ is not set CONFIG_CRYPTO_AES_586=m -# CONFIG_CRYPTO_HW is not set CONFIG_CRYPTO_TWOFISH_586=m # CONFIG_CS5535_GPIO is not set # CONFIG_DCDBAS is not set diff --git a/target/linux/rdc/config-2.6.24 b/target/linux/rdc/config-2.6.24 index e41d80895e..71acb2610b 100644 --- a/target/linux/rdc/config-2.6.24 +++ b/target/linux/rdc/config-2.6.24 @@ -33,7 +33,6 @@ CONFIG_CLOCKSOURCE_WATCHDOG=y # CONFIG_CPU_FREQ is not set # CONFIG_CPU_IDLE is not set CONFIG_CRYPTO_AES_586=m -# CONFIG_CRYPTO_HW is not set CONFIG_CRYPTO_TWOFISH_586=m # CONFIG_CS5535_GPIO is not set # CONFIG_DCDBAS is not set |