Add reiserfs module and include it in the FSG-3 profile.
SVN-Revision: 8872
This commit is contained in:
parent
e54ed7065d
commit
c538ef9899
@ -174,9 +174,9 @@ define KernelPackage/fs-nfs
|
||||
CONFIG_LOCKD \
|
||||
CONFIG_SUNRPC
|
||||
FILES:= \
|
||||
$(LINUX_DIR)/fs/nfs/nfs.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/fs/lockd/lockd.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/net/sunrpc/sunrpc.$(LINUX_KMOD_SUFFIX)
|
||||
$(LINUX_DIR)/fs/nfs/nfs.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/fs/lockd/lockd.$(LINUX_KMOD_SUFFIX) \
|
||||
$(LINUX_DIR)/net/sunrpc/sunrpc.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,sunrpc lockd nfs)
|
||||
endef
|
||||
|
||||
@ -228,6 +228,21 @@ endef
|
||||
$(eval $(call KernelPackage,fs-msdos))
|
||||
|
||||
|
||||
define KernelPackage/fs-reiserfs
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=ReiserFS filesystem support
|
||||
KCONFIG:=CONFIG_REISERFS_FS
|
||||
FILES:=$(LINUX_DIR)/fs/reiserfs/reiserfs.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,30,reiserfs)
|
||||
endef
|
||||
|
||||
define KernelPackage/fs-reiserfs/description
|
||||
Kernel module for ReiserFS support
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,fs-reiserfs))
|
||||
|
||||
|
||||
define KernelPackage/fs-vfat
|
||||
SUBMENU:=$(FS_MENU)
|
||||
TITLE:=VFAT filesystem support
|
||||
|
@ -10,7 +10,7 @@ define Profile/FSG3
|
||||
PACKAGES:= \
|
||||
kmod-madwifi wireless-tools \
|
||||
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
|
||||
kmod-fs-ext2
|
||||
kmod-fs-ext2 kmod-fs-reiserfs
|
||||
endef
|
||||
|
||||
define Profile/FSG3/Description
|
||||
|
Loading…
Reference in New Issue
Block a user