mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
kernel: improve description of NTFS kernel packages
This helps choosing the right NTFS driver from two available options. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (cherry picked from commit b066ad7d9aa5221bfd334a3017abe9bcd171b33f)
This commit is contained in:
parent
932378aeb6
commit
58a73b1135
@ -484,7 +484,7 @@ $(eval $(call KernelPackage,fs-nfsd))
|
|||||||
|
|
||||||
define KernelPackage/fs-ntfs
|
define KernelPackage/fs-ntfs
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=NTFS filesystem support
|
TITLE:=NTFS filesystem read-only (old driver) support
|
||||||
KCONFIG:=CONFIG_NTFS_FS
|
KCONFIG:=CONFIG_NTFS_FS
|
||||||
FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.ko
|
FILES:=$(LINUX_DIR)/fs/ntfs/ntfs.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,ntfs)
|
AUTOLOAD:=$(call AutoLoad,30,ntfs)
|
||||||
@ -492,7 +492,8 @@ define KernelPackage/fs-ntfs
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-ntfs/description
|
define KernelPackage/fs-ntfs/description
|
||||||
Kernel module for NTFS filesystem support
|
Kernel module for limited NTFS filesystem support. Support for writing
|
||||||
|
is extremely limited and disabled as a result.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,fs-ntfs))
|
$(eval $(call KernelPackage,fs-ntfs))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user