diff --git a/kernel/antfs/Makefile b/kernel/antfs/Makefile index e200c5d9..7a061243 100644 --- a/kernel/antfs/Makefile +++ b/kernel/antfs/Makefile @@ -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 diff --git a/utils/antfs-mount/Makefile b/utils/antfs-mount/Makefile index 48ffc6f1..a9ee67dd 100644 --- a/utils/antfs-mount/Makefile +++ b/utils/antfs-mount/Makefile @@ -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