kernel: kmod-fs-jfs

This patch adds journaled file system (JFS) kernel module support.

Signed-off-by: Gerald Matzka<mgerald21@yahoo.de>

SVN-Revision: 39484
This commit is contained in:
Hauke Mehrtens 2014-02-05 20:11:58 +00:00
parent 208b7a70a6
commit 55f1e68c74

View file

@ -377,3 +377,19 @@ define KernelPackage/fs-xfs/description
endef
$(eval $(call KernelPackage,fs-xfs))
define KernelPackage/fs-jfs
SUBMENU:=$(FS_MENU)
TITLE:=JFS filesystem support
KCONFIG:=CONFIG_JFS_FS
FILES:=$(LINUX_DIR)/fs/jfs/jfs.ko
AUTOLOAD:=$(call AutoLoad,30,jfs,1)
$(call AddDepends/nls)
endef
define KernelPackage/fs-jfs/description
Kernel module for JFS support
endef
$(eval $(call KernelPackage,fs-jfs))