aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-08-03 14:59:48 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-03 15:01:29 +0200
commit9d2040756a0b701c79140f14ce7c8d53d66a2d40 (patch)
tree6a5e39ed73bf95e3b9c0645f56b12cc5378d2ad6
parent938b4b59f7250a3edcd5f864e037dfd6a9b4a958 (diff)
downloadmkinitfs-9d2040756a0b701c79140f14ce7c8d53d66a2d40.tar.bz2
mkinitfs-9d2040756a0b701c79140f14ce7c8d53d66a2d40.tar.xz
features: ext4 needs crc32
ref #7611 fix a duplicate in xfs while at it
-rw-r--r--features.d/ext4.modules2
-rw-r--r--features.d/xfs.modules1
2 files changed, 2 insertions, 1 deletions
diff --git a/features.d/ext4.modules b/features.d/ext4.modules
index a5bb1c3..45eaf5e 100644
--- a/features.d/ext4.modules
+++ b/features.d/ext4.modules
@@ -1 +1,3 @@
+kernel/arch/*/crypto/crc32*
+kernel/crypto/crc32*
kernel/fs/ext4
diff --git a/features.d/xfs.modules b/features.d/xfs.modules
index 2b7fd53..cbf9f0b 100644
--- a/features.d/xfs.modules
+++ b/features.d/xfs.modules
@@ -1,4 +1,3 @@
kernel/arch/*/crypto/crc32*
-kernel/arch/*/crypto/crc32*
kernel/crypto/crc32*
kernel/fs/xfs