kmod-fs-ntfs3: update dependence

Fixes: #8600, #8601, #8605
This commit is contained in:
AmadeusGhost 2021-12-31 23:28:16 +08:00
parent dced95e705
commit c6edc4c192
2 changed files with 7 additions and 7 deletions

View File

@ -526,10 +526,11 @@ endef
$(eval $(call KernelPackage,fs-ntfs))
define KernelPackage/fs-ntfs3
SUBMENU:=$(FS_MENU)
TITLE:=NTFS3 Read-Write file system support
DEPENDS:=@LINUX_5_15
DEPENDS:=@LINUX_5_15 +kmod-nls-base
KCONFIG:= \
CONFIG_NTFS3_FS \
CONFIG_NTFS3_64BIT_CLUSTER=y \
@ -537,7 +538,6 @@ define KernelPackage/fs-ntfs3
CONFIG_NTFS3_FS_POSIX_ACL=y
FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
AUTOLOAD:=$(call AutoLoad,30,ntfs3)
$(call AddDepends/nls)
endef
define KernelPackage/fs-ntfs3/description

View File

@ -1142,7 +1142,7 @@ define KernelPackage/usb-net-asix
KCONFIG:=CONFIG_USB_NET_AX8817X
FILES:= \
$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko \
$(LINUX_DIR)/net/core/selftests.ko
$(LINUX_DIR)/net/core/selftests.ko@ge5.13
AUTOLOAD:=$(call AutoProbe,asix)
$(call AddDepends/usb-net)
endef