summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-04 06:35:32 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-04 06:35:32 +0000
commit856abf8a67190467f5d332aeda4fefc8bfd62c61 (patch)
tree00846d2484bf73b92100cde0ee834eaf5c5d6f7c /kernel
parentdafd6c6f32328afedc659a0b9157fc8681909b5e (diff)
downloaddrakx-backup-do-not-use-856abf8a67190467f5d332aeda4fefc8bfd62c61.tar
drakx-backup-do-not-use-856abf8a67190467f5d332aeda4fefc8bfd62c61.tar.gz
drakx-backup-do-not-use-856abf8a67190467f5d332aeda4fefc8bfd62c61.tar.bz2
drakx-backup-do-not-use-856abf8a67190467f5d332aeda4fefc8bfd62c61.tar.xz
drakx-backup-do-not-use-856abf8a67190467f5d332aeda4fefc8bfd62c61.zip
regroup crypto modules
Diffstat (limited to 'kernel')
-rw-r--r--kernel/list_modules.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 2a7618035..11516e72c 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -307,7 +307,7 @@ our %l = (
qw(wdt_pci i810-tco sx), #- what are these???
],
crypto => [
- qw(aesni_intel amd768_rng amd7xx_tco cbc hw_random i810_rng leedslite padlock sha256_generic),
+ qw(aes-i586 aes-x86_64 aes_generic aesni_intel amd768_rng amd7xx_tco cbc cryptd hw_random i810_rng leedslite padlock sha256_generic xts),
],
laptop => [
qw(i8k sonypi toshiba),
@@ -320,7 +320,7 @@ our %l = (
qw(parport_pc parport_serial),
qw(btaudio mmc_block),
- 'cryptoloop', 'aes-i586', 'aes-x86_64', 'aes_generic', 'cryptd', 'xts',
+ 'cryptoloop',
if_(arch() =~ /sparc/, 'openprom'),
qw(crc32c crc32c-intel),