kernel: kmod-fs-virtiofs: add Virtiofs filesystem support. ci-kernel
authordaiaji <hentaiwushuang@gmail.com>
Fri, 11 Mar 2022 11:57:17 +0000 (19:57 +0800)
committerPaul Spooren <mail@aparcar.org>
Sun, 20 Mar 2022 15:37:29 +0000 (15:37 +0000)
Add the Virtiofs filesystem.

Signed-off-by: daiaji <hentaiwushuang@gmail.com>
package/kernel/linux/modules/fs.mk

index 91cf1ea233cfa52599302414253d3e329a3465b7..e49914f10b8c6c14e886cc1cfb0c958403fc65c5 100644 (file)
@@ -587,6 +587,22 @@ endef
 $(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
   SUBMENU:=$(FS_MENU)
   TITLE:=XFS filesystem support