mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00: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
|
||||
|
||||
PKG_NAME:=ntfs3-oot
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=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
|
||||
FILES:=$(PKG_BUILD_DIR)/ntfs3.ko
|
||||
AUTOLOAD:=$(call AutoProbe,ntfs3)
|
||||
DEPENDS:=+kmod-nls-utf8
|
||||
DEPENDS:=@!LINUX_5_15 +kmod-nls-utf8
|
||||
endef
|
||||
|
||||
define KernelPackage/ntfs3-oot/description
|
||||
|
Loading…
Reference in New Issue
Block a user