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,18 +526,18 @@ endef
$(eval $(call KernelPackage,fs-ntfs)) $(eval $(call KernelPackage,fs-ntfs))
define KernelPackage/fs-ntfs3 define KernelPackage/fs-ntfs3
SUBMENU:=$(FS_MENU) SUBMENU:=$(FS_MENU)
TITLE:=NTFS3 Read-Write file system support TITLE:=NTFS3 Read-Write file system support
DEPENDS:=@LINUX_5_15 DEPENDS:=@LINUX_5_15 +kmod-nls-base
KCONFIG:= \ KCONFIG:= \
CONFIG_NTFS3_FS \ CONFIG_NTFS3_FS \
CONFIG_NTFS3_64BIT_CLUSTER=y \ CONFIG_NTFS3_64BIT_CLUSTER=y \
CONFIG_NTFS3_LZX_XPRESS=y \ CONFIG_NTFS3_LZX_XPRESS=y \
CONFIG_NTFS3_FS_POSIX_ACL=y CONFIG_NTFS3_FS_POSIX_ACL=y
FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko FILES:=$(LINUX_DIR)/fs/ntfs3/ntfs3.ko
AUTOLOAD:=$(call AutoLoad,30,ntfs3) AUTOLOAD:=$(call AutoLoad,30,ntfs3)
$(call AddDepends/nls)
endef endef
define KernelPackage/fs-ntfs3/description define KernelPackage/fs-ntfs3/description

View File

@ -1142,7 +1142,7 @@ define KernelPackage/usb-net-asix
KCONFIG:=CONFIG_USB_NET_AX8817X KCONFIG:=CONFIG_USB_NET_AX8817X
FILES:= \ FILES:= \
$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.ko \ $(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) AUTOLOAD:=$(call AutoProbe,asix)
$(call AddDepends/usb-net) $(call AddDepends/usb-net)
endef endef