kernel: kmod-fs-virtiofs: add Virtiofs filesystem support

This commit is contained in:
lean 2022-03-16 01:25:20 +08:00
parent c9da824ac8
commit fd400b80ab

View File

@ -615,6 +615,22 @@ endef
$(eval $(call KernelPackage,fs-vfat)) $(eval $(call KernelPackage,fs-vfat))
define KernelPackage/fs-virtiofs
SUBMENU:=$(FS_MENU)
TITLE:=Virtiofs filesystem support
DEPENDS:=+kmod-fuse
KCONFIG:=CONFIG_VIRTIO_FS
FILES:=$(LINUX_DIR)/fs/fuse/virtiofs.ko
AUTOLOAD:=$(call AutoLoad,30,virtiofs)
endef
define KernelPackage/fs-virtiofs/description
Kernel module for Virtiofs filesystem support
endef
$(eval $(call KernelPackage,fs-virtiofs))
define KernelPackage/fs-xfs define KernelPackage/fs-xfs
SUBMENU:=$(FS_MENU) SUBMENU:=$(FS_MENU)
TITLE:=XFS filesystem support TITLE:=XFS filesystem support