mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Enable blowfish/twoflish crypto in sheevaplug kernel
This commit is contained in:
parent
1d59e54ebc
commit
b513ea43e4
1 changed files with 5 additions and 0 deletions
|
@ -53,6 +53,11 @@ rec {
|
|||
|
||||
# mv cesa requires this sw fallback, for mv-sha1
|
||||
CRYPTO_SHA1 y
|
||||
# Fast crypto
|
||||
CRYPTO_TWOFISH y
|
||||
CRYPTO_TWOFISH_COMMON y
|
||||
CRYPTO_BLOWFISH y
|
||||
CRYPTO_BLOWFISH_COMMON y
|
||||
|
||||
IP_PNP y
|
||||
IP_PNP_DHCP y
|
||||
|
|
Loading…
Reference in a new issue