$(eval $(call KernelPackage,fs-netfs))
+define KernelPackage/fs-nilfs2
+ SUBMENU:=$(FS_MENU)
+ TITLE:=NILFS2 filesystem support
+ KCONFIG:=CONFIG_NILFS2_FS
+ FILES:=$(LINUX_DIR)/fs/nilfs2/nilfs2.ko
+ AUTOLOAD:=$(call AutoLoad,30,nilfs2)
+ $(call AddDepends/nls)
+endef
+
+define KernelPackage/fs-nilfs2/description
+ Kernel module for NILFS2 filesystem support
+endef
+
+$(eval $(call KernelPackage,fs-nilfs2))
+
+
define KernelPackage/fs-nfs
SUBMENU:=$(FS_MENU)
TITLE:=NFS filesystem client support