[openwrt/openwrt] gemini: switch default NTFS driver package to kmod-fs-ntfs3

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 2 06:51:30 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/050a308820b0d70a4985711a67c9a763b86af3c8

commit 050a308820b0d70a4985711a67c9a763b86af3c8
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu May 29 19:32:52 2025 +0800

    gemini: switch default NTFS driver package to kmod-fs-ntfs3
    
    kmod-fs-ntfs is not available on the 6.12 kernel.
    
    Signed-off-by: Shiji Yang <yangshiji66 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/18954
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 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 fe84a84676..a77adae7ed 100644
--- a/target/linux/gemini/image/Makefile
+++ b/target/linux/gemini/image/Makefile
@@ -138,7 +138,7 @@ GEMINI_NAS_PACKAGES := $(DEFAULT_PACKAGES.nas) \
 		kmod-md-mod kmod-md-linear kmod-md-multipath \
 		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-ntfs kmod-fs-reiserfs kmod-fs-vfat \
+		kmod-fs-nfsd kmod-fs-ntfs3 kmod-fs-reiserfs kmod-fs-vfat \
 		kmod-nls-utf8 kmod-usb-storage-extras kmod-hwmon-drivetemp \
 		cfdisk e2fsprogs badblocks \
 		partx-utils




More information about the lede-commits mailing list