mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 05:41:17 +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
|
TITLE:=AVM NTFS Read/Write Driver
|
||||||
FILES:=$(PKG_BUILD_DIR)/antfs.ko
|
FILES:=$(PKG_BUILD_DIR)/antfs.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,30,antfs,1)
|
AUTOLOAD:=$(call AutoLoad,30,antfs,1)
|
||||||
DEPENDS:=+kmod-nls-base
|
DEPENDS:=@!LINUX_5_15 +kmod-nls-base
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-antfs/description
|
define KernelPackage/fs-antfs/description
|
||||||
|
@ -11,7 +11,7 @@ define Package/antfs-mount
|
|||||||
SUBMENU:=Filesystem
|
SUBMENU:=Filesystem
|
||||||
TITLE:=NTFS mount script for AVM NTFS driver
|
TITLE:=NTFS mount script for AVM NTFS driver
|
||||||
PKGARCH:=all
|
PKGARCH:=all
|
||||||
DEPENDS:=+kmod-fs-antfs
|
DEPENDS:=@!LINUX_5_15 +kmod-fs-antfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
|
Loading…
Reference in New Issue
Block a user