aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-05-18 13:19:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-05-18 13:19:15 +0000
commit23adfc18b162327df1c480f8e6f394bc113c0f0a (patch)
treed90fb8c79025ff716f13609856b442f3c5463f9c
parentb7b285ee9e05102f770d41643e5534bade289a58 (diff)
downloadmkinitfs-23adfc18b162327df1c480f8e6f394bc113c0f0a.tar.bz2
mkinitfs-23adfc18b162327df1c480f8e6f394bc113c0f0a.tar.xz
init: add crc32 modules for raid5
They are not pulled in automatically
-rw-r--r--features.d/raid.modules2
1 files changed, 2 insertions, 0 deletions
diff --git a/features.d/raid.modules b/features.d/raid.modules
index b73a51e..ec45c7e 100644
--- a/features.d/raid.modules
+++ b/features.d/raid.modules
@@ -1,3 +1,5 @@
kernel/drivers/md/raid*
kernel/drivers/block/cciss*
kernel/drivers/block/sx8*
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*