Add reiserfs module and include it in the FSG-3 profile.
SVN-Revision: 8872
This commit is contained in:
parent
e54ed7065d
commit
c538ef9899
@ -228,6 +228,21 @@ endef
|
|||||||
$(eval $(call KernelPackage,fs-msdos))
|
$(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
|
define KernelPackage/fs-vfat
|
||||||
SUBMENU:=$(FS_MENU)
|
SUBMENU:=$(FS_MENU)
|
||||||
TITLE:=VFAT filesystem support
|
TITLE:=VFAT filesystem support
|
||||||
|
@ -10,7 +10,7 @@ define Profile/FSG3
|
|||||||
PACKAGES:= \
|
PACKAGES:= \
|
||||||
kmod-madwifi wireless-tools \
|
kmod-madwifi wireless-tools \
|
||||||
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
|
kmod-usb-core kmod-usb-uhci kmod-usb2 kmod-usb-storage \
|
||||||
kmod-fs-ext2
|
kmod-fs-ext2 kmod-fs-reiserfs
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Profile/FSG3/Description
|
define Profile/FSG3/Description
|
||||||
|
Loading…
Reference in New Issue
Block a user