diff options
Diffstat (limited to 'main/mkinitfs/0001-features-ext4-needs-crc32.patch')
-rw-r--r-- | main/mkinitfs/0001-features-ext4-needs-crc32.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/main/mkinitfs/0001-features-ext4-needs-crc32.patch b/main/mkinitfs/0001-features-ext4-needs-crc32.patch new file mode 100644 index 0000000000..1bd3429119 --- /dev/null +++ b/main/mkinitfs/0001-features-ext4-needs-crc32.patch @@ -0,0 +1,33 @@ +From 9d2040756a0b701c79140f14ce7c8d53d66a2d40 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Thu, 3 Aug 2017 14:59:48 +0200 +Subject: [PATCH] features: ext4 needs crc32 + +ref #7611 + +fix a duplicate in xfs while at it +--- + features.d/ext4.modules | 2 ++ + features.d/xfs.modules | 1 - + 2 files changed, 2 insertions(+), 1 deletion(-) + +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 +-- +2.13.2 + |