mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
fs: fix ntfs3 in kernel 5.18
This commit is contained in:
parent
53951abdef
commit
f350b11ff2
@ -530,7 +530,7 @@ $(eval $(call KernelPackage,fs-ntfs))
|
|||||||
define KernelPackage/fs-ntfs3
|
define KernelPackage/fs-ntfs3
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=NTFS3 Read-Write file system support
|
TITLE:=NTFS3 Read-Write file system support
|
||||||
DEPENDS:=@LINUX_5_15 +kmod-nls-base
|
DEPENDS:=@(LINUX_5_15||LINUX_5_18) +kmod-nls-base
|
||||||
KCONFIG:= \
|
KCONFIG:= \
|
||||||
CONFIG_NTFS3_FS \
|
CONFIG_NTFS3_FS \
|
||||||
CONFIG_NTFS3_64BIT_CLUSTER=y \
|
CONFIG_NTFS3_64BIT_CLUSTER=y \
|
||||||
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=ntfs3-oot
|
PKG_NAME:=ntfs3-oot
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/LGA1150/ntfs3-oot.git
|
PKG_SOURCE_URL:=https://github.com/LGA1150/ntfs3-oot.git
|
||||||
@ -27,7 +27,7 @@ define KernelPackage/fs-ntfs3-oot
|
|||||||
TITLE:=Fully functional NTFS Read-Write driver
|
TITLE:=Fully functional NTFS Read-Write driver
|
||||||
FILES:=$(PKG_BUILD_DIR)/ntfs3.ko
|
FILES:=$(PKG_BUILD_DIR)/ntfs3.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,ntfs3)
|
AUTOLOAD:=$(call AutoProbe,ntfs3)
|
||||||
DEPENDS:=@!LINUX_5_15 +kmod-nls-utf8
|
DEPENDS:=@LINUX_5_4 +kmod-nls-utf8
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-ntfs3-oot/description
|
define KernelPackage/fs-ntfs3-oot/description
|
||||||
|
Loading…
Reference in New Issue
Block a user