blob: 1bd3429119e72c7877c19961c7c42350c0b67be7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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
|