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 | 77e18093a5ee132990744487466afb0444f54482 (patch) | |
tree | 230b087e0a84316c5891f1f9a1efb6dcebaec39d /target | |
parent | 4fed3b740a575560a9ee97765a90a16bab843ccb (diff) | |
download | upstream-77e18093a5ee132990744487466afb0444f54482.tar.gz upstream-77e18093a5ee132990744487466afb0444f54482.tar.bz2 upstream-77e18093a5ee132990744487466afb0444f54482.zip |
add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in 2.6.27 config
SVN-Revision: 17128
Diffstat (limited to 'target')
-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 |