From 7b75725731c013f871b6bb718e03a0e580483328 Mon Sep 17 00:00:00 2001 From: lean Date: Sat, 1 Jan 2022 13:34:47 +0800 Subject: [PATCH] ntfs3-oot: disable on 5.15 --- package/lean/ntfs3-oot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/ntfs3-oot/Makefile b/package/lean/ntfs3-oot/Makefile index 7b624110b..44806167f 100644 --- a/package/lean/ntfs3-oot/Makefile +++ b/package/lean/ntfs3-oot/Makefile @@ -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