projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71fa099
)
kernel: kmod-md-multipath: Depend on kernel 6.6
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sun, 20 Jul 2025 16:16:17 +0000
(18:16 +0200)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:19 +0000
(
01:11
+0200)
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@hauke-m.de>
package/kernel/linux/modules/block.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/block.mk
b/package/kernel/linux/modules/block.mk
index 3dbeca9f9f282d66fb2e3ceb5eba2ca982cc2035..ab2496a2fedd8f3d8bf2c3399ba3e27601435f97 100644
(file)
--- 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,
@LINUX_6_6
)
TITLE:=MD Multipath Module
KCONFIG:=CONFIG_MD_MULTIPATH
FILES:=$(LINUX_DIR)/drivers/md/multipath.ko