Skip to content
Snippets Groups Projects
Commit b59d1a96 authored by Luka Perkov's avatar Luka Perkov
Browse files

kernel/modules: add f2fs support


Signed-off-by: default avatarLuka Perkov <luka@openwrt.org>

SVN-Revision: 43594
parent 89e3a8b3
No related branches found
No related tags found
No related merge requests found
......@@ -173,6 +173,26 @@ endef
$(eval $(call KernelPackage,fs-ext4))
define KernelPackage/fs-f2fs
SUBMENU:=$(FS_MENU)
TITLE:=F2FS filesystem support
DEPENDS:=@!LINUX_3_3
KCONFIG:= \
CONFIG_F2FS_FS \
CONFIG_F2FS_STAT_FS=y \
CONFIG_F2FS_FS_XATTR=n \
CONFIG_F2FS_CHECK_FS=n
FILES:=$(LINUX_DIR)/fs/f2fs/f2fs.ko
AUTOLOAD:=$(call AutoLoad,30,f2fs,1)
endef
define KernelPackage/fs-f2fs/description
Kernel module for F2FS filesystem support
endef
$(eval $(call KernelPackage,fs-f2fs))
define KernelPackage/fuse
SUBMENU:=$(FS_MENU)
TITLE:=FUSE (Filesystem in Userspace) support
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment