Skip to content

Commit b0fda9b

Browse files
committed
New feature to add MD modules
Signed-off-by: Alexey Gladkov <gladkov.alexey@gmail.com>
1 parent 31a4f81 commit b0fda9b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-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: 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+
MODULES_TRY_ADD += /drivers/md/

0 commit comments

Comments
 (0)