mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
kernel: kmod-fs-virtiofs: add Virtiofs filesystem support
This commit is contained in:
parent
c9da824ac8
commit
fd400b80ab
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user