diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-05 10:41:16 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-05 10:41:16 +0000 |
commit | fcfaf5e1164d116702758c39cc97426bd240197b (patch) | |
tree | 32508f460d16462838e8cc1c9e8e0b3dd85eb6cd /target/linux/generic-2.6 | |
parent | e22a471095350ec20598ab7fd312a87e0b90bee0 (diff) | |
download | upstream-fcfaf5e1164d116702758c39cc97426bd240197b.tar.gz upstream-fcfaf5e1164d116702758c39cc97426bd240197b.tar.bz2 upstream-fcfaf5e1164d116702758c39cc97426bd240197b.zip |
[kernel] add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17128 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6')
-rw-r--r-- | target/linux/generic-2.6/config-2.6.27 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/config-2.6.27 b/target/linux/generic-2.6/config-2.6.27 index cb6f2f9355..fad7023cea 100644 --- a/target/linux/generic-2.6/config-2.6.27 +++ b/target/linux/generic-2.6/config-2.6.27 @@ -338,6 +338,7 @@ CONFIG_CRYPTO_MANAGER=m # CONFIG_CRYPTO_RMD256 is not set # CONFIG_CRYPTO_RMD320 is not set # CONFIG_CRYPTO_SALSA20 is not set +# CONFIG_CRYPTO_SALSA20_586 is not set # CONFIG_CRYPTO_SEED is not set # CONFIG_CRYPTO_SEQIV is not set # CONFIG_CRYPTO_SERPENT is not set |