From: daiaji Date: Fri, 11 Mar 2022 11:57:17 +0000 (+0800) Subject: kernel: kmod-fs-virtiofs: add Virtiofs filesystem support. X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=d2cd2b0e3e71eecf42bd1cc5ec69ff7311622b9e;p=openwrt%2Fstaging%2Faparcar.git kernel: kmod-fs-virtiofs: add Virtiofs filesystem support. Add the Virtiofs filesystem. Signed-off-by: daiaji --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index 91cf1ea233..e49914f10b 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -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