mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 03:12:38 +08:00
antfs antfs-mount: disable on kernel 5.15
This commit is contained in:
parent
d22245cc59
commit
14ce315c3a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user