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 | f9967ea05fba45f8ac6fab549985ebc16f84fe00 (patch) | |
tree | c9ae665d58a95d486ee9f6c5fd5ffa9dae14063b /target/linux/generic-2.6 | |
parent | 36ddcf180d8774294b5f015164022ccdca391a64 (diff) | |
download | upstream-f9967ea05fba45f8ac6fab549985ebc16f84fe00.tar.gz upstream-f9967ea05fba45f8ac6fab549985ebc16f84fe00.tar.bz2 upstream-f9967ea05fba45f8ac6fab549985ebc16f84fe00.zip |
properly disable CONFIG_CRYPTO_HW
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.23 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.24 | 2 | ||||
-rw-r--r-- | target/linux/generic-2.6/config-2.6.25 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/config-2.6.23 b/target/linux/generic-2.6/config-2.6.23 index 20efb3ce90..3f55a31dae 100644 --- a/target/linux/generic-2.6/config-2.6.23 +++ b/target/linux/generic-2.6/config-2.6.23 @@ -248,7 +248,7 @@ CONFIG_CRYPTO_ECB=m # CONFIG_CRYPTO_GF128MUL is not set CONFIG_CRYPTO_HASH=m CONFIG_CRYPTO_HMAC=m -CONFIG_CRYPTO_HW=n +# CONFIG_CRYPTO_HW is not set CONFIG_CRYPTO_KHAZAD=m # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_MANAGER=m diff --git a/target/linux/generic-2.6/config-2.6.24 b/target/linux/generic-2.6/config-2.6.24 index 36d3bf1442..a6637c0d55 100644 --- a/target/linux/generic-2.6/config-2.6.24 +++ b/target/linux/generic-2.6/config-2.6.24 @@ -253,7 +253,7 @@ CONFIG_CRYPTO_ECB=m # CONFIG_CRYPTO_GF128MUL is not set CONFIG_CRYPTO_HASH=m CONFIG_CRYPTO_HMAC=m -CONFIG_CRYPTO_HW=n +# CONFIG_CRYPTO_HW is not set CONFIG_CRYPTO_KHAZAD=m # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_MANAGER=m diff --git a/target/linux/generic-2.6/config-2.6.25 b/target/linux/generic-2.6/config-2.6.25 index 08ef4fc77c..04f3c8b91c 100644 --- a/target/linux/generic-2.6/config-2.6.25 +++ b/target/linux/generic-2.6/config-2.6.25 @@ -258,7 +258,7 @@ CONFIG_CRYPTO_GCM=m # CONFIG_CRYPTO_GF128MUL is not set CONFIG_CRYPTO_HASH=m CONFIG_CRYPTO_HMAC=m -CONFIG_CRYPTO_HW=n +# CONFIG_CRYPTO_HW is not set CONFIG_CRYPTO_KHAZAD=m # CONFIG_CRYPTO_LRW is not set CONFIG_CRYPTO_LZO=m |