disable-antfs.patch 796 B

123456789101112131415161718192021222324
  1. --- a/package/feeds/packages/antfs/Makefile
  2. +++ b/package/feeds/packages/antfs/Makefile
  3. @@ -20,7 +20,7 @@ define KernelPackage/fs-antfs
  4. TITLE:=AVM NTFS Read/Write Driver
  5. FILES:=$(PKG_BUILD_DIR)/antfs.ko
  6. AUTOLOAD:=$(call AutoLoad,30,antfs,1)
  7. - DEPENDS:=+kmod-nls-base
  8. + DEPENDS:=@!LINUX_5_15 +kmod-nls-base
  9. endef
  10. define KernelPackage/fs-antfs/description
  11. diff --git a/utils/antfs-mount/Makefile b/utils/antfs-mount/Makefile
  12. index 48ffc6f1cc..a9ee67dd2c 100644
  13. --- a/package/feeds/packages/antfs-mount/Makefile
  14. +++ b/package/feeds/packages/antfs-mount/Makefile
  15. @@ -11,7 +11,7 @@ define Package/antfs-mount
  16. SUBMENU:=Filesystem
  17. TITLE:=NTFS mount script for AVM NTFS driver
  18. PKGARCH:=all
  19. - DEPENDS:=+kmod-fs-antfs
  20. + DEPENDS:=@!LINUX_5_15 +kmod-fs-antfs
  21. endef
  22. define Build/Configure