diff options
| author | Shiji Yang | 2025-05-29 11:32:52 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-02 13:51:21 +0000 |
| commit | 050a308820b0d70a4985711a67c9a763b86af3c8 (patch) | |
| tree | 8c49fa3a17ea9705bb0b27aafd25016cd6af8ee8 | |
| parent | 57c104ef7f8619d48579ada5ab24f78984391edd (diff) | |
| download | openwrt-050a308820b0d70a4985711a67c9a763b86af3c8.tar.gz | |
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@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18954
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/gemini/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |