From: luka Date: Wed, 10 Dec 2014 14:00:53 +0000 (+0000) Subject: kernel/modules: add f2fs support X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=a7e4dbbc562e271c7e75af070ae1e43b91d41c5f;hp=afbc3697cce857080cbe6414d59761c8b97816f3 kernel/modules: add f2fs support Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43594 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/kernel/linux/modules/fs.mk b/package/kernel/linux/modules/fs.mk index c1174154a4..3e59cab214 100644 --- a/package/kernel/linux/modules/fs.mk +++ b/package/kernel/linux/modules/fs.mk @@ -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