diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-27 22:39:46 +0000 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2020-11-28 15:45:32 +0000 |
commit | 6db6d998b91537eac4c21cbe5ea36e93fff8c5d2 (patch) | |
tree | 09d87b200922390e5f755f6358ef2a95c7a47db1 | |
parent | 80c6de7297183a6a23603b96fd93a17fcc63d118 (diff) | |
download | drakx-6db6d998b91537eac4c21cbe5ea36e93fff8c5d2.tar drakx-6db6d998b91537eac4c21cbe5ea36e93fff8c5d2.tar.gz drakx-6db6d998b91537eac4c21cbe5ea36e93fff8c5d2.tar.bz2 drakx-6db6d998b91537eac4c21cbe5ea36e93fff8c5d2.tar.xz drakx-6db6d998b91537eac4c21cbe5ea36e93fff8c5d2.zip |
Include ccm module in installer images, needed for WPA2 support.
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS index e29eb3b93..2e2a4890d 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include ccm for WPA2 + Version 2.75 - 5 November 2020 by Martin Whitaker - use pcmemtest instead of memtest86+ (mga#25232) diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 194af759d..c87d3f598 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -304,7 +304,7 @@ our %l = ( qw(wdt_pci i810-tco sx), #- what are these??? ], crypto => [ - qw(aes_generic aesni_intel cbc cryptd n5pf padlock-aes padlock-sha sha256_generic virtio_crypto virtio_rng xts), + qw(aes_generic aesni_intel cbc ccm cryptd n5pf padlock-aes padlock-sha sha256_generic virtio_crypto virtio_rng xts), qw(amd-rng intel-rng), qw(af_alg algif_aead algif_hash algif_rng algif_skcipher), ], |