[openwrt/openwrt] gemini: Remove kmod-md-multipath dependency

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 26 16:38:27 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c2066fcb95d48eb3d8cddb7076c71a4f763b0349

commit c2066fcb95d48eb3d8cddb7076c71a4f763b0349
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Jul 26 13:19:34 2025 +0200

    gemini: Remove kmod-md-multipath dependency
    
    kmod-md-multipath was removed in kernel 6.12, remove the dependency here
    too.
    
    This fixes the build of the gemini target.
    
    Fixes: d12a603de575 ("kernel: kmod-md-multipath: Depend on kernel 6.6")
    Link: https://github.com/openwrt/openwrt/pull/19532
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/gemini/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/gemini/image/Makefile b/target/linux/gemini/image/Makefile
index d7b77acdb1..df0d86096e 100644
--- a/target/linux/gemini/image/Makefile
+++ b/target/linux/gemini/image/Makefile
@@ -135,7 +135,7 @@ endef
 # A reasonable set of default packages handling the NAS type
 # of devices out of the box (former NAS42x0 IcyBox defaults)
 GEMINI_NAS_PACKAGES := $(DEFAULT_PACKAGES.nas) \
-		kmod-md-mod kmod-md-linear kmod-md-multipath \
+		kmod-md-mod kmod-md-linear \
 		kmod-md-raid0 kmod-md-raid1 kmod-md-raid10 kmod-md-raid456 \
 		kmod-fs-btrfs kmod-fs-cifs kmod-fs-nfs \
 		kmod-fs-nfsd kmod-fs-ntfs3 kmod-fs-reiserfs kmod-fs-vfat \




More information about the lede-commits mailing list