diff options
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index b9d39b5a0..f6acf4ba0 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -305,7 +305,7 @@ our %l = ( ], crypto => [ qw(aes_generic aesni_intel cbc cryptd n5pf padlock-aes padlock-sha sha256_generic virtio_crypto virtio_rng xts), - qw(amd-rng intel-rng) + qw(amd-rng intel-rng), qw(af_alg algif_aead algif_hash algif_rng algif_skcipher), ], laptop => [ |