antfs antfs-mount: disable on kernel 5.15

This commit is contained in:
W_Y_CPP 2022-01-05 23:59:44 +09:00 committed by Beginner-Go
parent d22245cc59
commit 14ce315c3a
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ define KernelPackage/fs-antfs
TITLE:=AVM NTFS Read/Write Driver
FILES:=$(PKG_BUILD_DIR)/antfs.ko
AUTOLOAD:=$(call AutoLoad,30,antfs,1)
DEPENDS:=+kmod-nls-base
DEPENDS:=@!LINUX_5_15 +kmod-nls-base
endef
define KernelPackage/fs-antfs/description

View File

@ -11,7 +11,7 @@ define Package/antfs-mount
SUBMENU:=Filesystem
TITLE:=NTFS mount script for AVM NTFS driver
PKGARCH:=all
DEPENDS:=+kmod-fs-antfs
DEPENDS:=@!LINUX_5_15 +kmod-fs-antfs
endef
define Build/Configure