mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 02:25:29 +08:00
ntfs3-oot: disable on 5.15
This commit is contained in:
parent
012d1ef0ef
commit
7b75725731
@ -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:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
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:=+kmod-nls-utf8
|
DEPENDS:=@!LINUX_5_15 +kmod-nls-utf8
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ntfs3-oot/description
|
define KernelPackage/ntfs3-oot/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user