[openwrt/openwrt] kernel: kmod-md-multipath: Depend on kernel 6.6
LEDE Commits
lede-commits at lists.infradead.org
Fri Jul 25 16:47:31 PDT 2025
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/d12a603de5755fc485f02e025ad05330dc468240
commit d12a603de5755fc485f02e025ad05330dc468240
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 18:16:17 2025 +0200
kernel: kmod-md-multipath: Depend on kernel 6.6
This driver was removed in kernel 6.8 [0], make it depend on kernel 6.6
for now.
[0]: https://git.kernel.org/linus/d8730f0cf4effa015bc5e8840d8f8fb3cdb01aab
Link: https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/kernel/linux/modules/block.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/kernel/linux/modules/block.mk b/package/kernel/linux/modules/block.mk
index 3dbeca9f9f..ab2496a2fe 100644
--- a/package/kernel/linux/modules/block.mk
+++ b/package/kernel/linux/modules/block.mk
@@ -419,7 +419,7 @@ $(eval $(call KernelPackage,md-raid456))
define KernelPackage/md-multipath
-$(call KernelPackage/md/Depends,)
+$(call KernelPackage/md/Depends, at LINUX_6_6)
TITLE:=MD Multipath Module
KCONFIG:=CONFIG_MD_MULTIPATH
FILES:=$(LINUX_DIR)/drivers/md/multipath.ko
More information about the lede-commits
mailing list