Skip to content

Commit e7a3b83

Browse files
committed
New feature to add MD modules
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent ded935c commit e7a3b83

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Feature: modules-multiple-devices
2+
3+
Feature adds a collection of multiple devices modules (RAID and LVM) available
4+
to the kernel.
5+
6+
These modules are not determined based on the current hardware.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# SPDX-License-Identifier: GPL-3.0-or-later
2+
$(call feature-requires,depmod-image)
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: GPL-3.0-or-later
2+
MODULES_PATTERN_SETS_FILES += \
3+
$(FEATURESDIR)/modules-multiple-devices/scanmod-md.set
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Multiple devices driver support (RAID and LVM)
2+
filename /drivers/md/

0 commit comments

Comments
 (0)