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:
4e49710
)
gemini: Remove kmod-md-multipath dependency
author
Hauke Mehrtens
<
[email protected]
>
Sat, 26 Jul 2025 11:19:34 +0000
(13:19 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Sat, 26 Jul 2025 23:35:36 +0000
(
01:35
+0200)
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 <
[email protected]
>
target/linux/gemini/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/gemini/image/Makefile
b/target/linux/gemini/image/Makefile
index d7b77acdb153f70dbfc75639e4465b1b3e4c9778..df0d86096ee1ddc8a9373528849748f3c3167070 100644
(file)
--- 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 \