|
|
|
@ -82,7 +82,7 @@ define KernelPackage/fs-ext2 |
|
|
|
|
KCONFIG:=CONFIG_EXT2_FS
|
|
|
|
|
DEPENDS:=$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
|
|
|
|
|
FILES:=$(LINUX_DIR)/fs/ext2/ext2.$(LINUX_KMOD_SUFFIX)
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,30,ext2)
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,32,ext2)
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/fs-ext2/description |
|
|
|
@ -102,7 +102,7 @@ define KernelPackage/fs-ext3 |
|
|
|
|
FILES:= \
|
|
|
|
|
$(LINUX_DIR)/fs/ext3/ext3.$(LINUX_KMOD_SUFFIX) \
|
|
|
|
|
$(LINUX_DIR)/fs/jbd/jbd.$(LINUX_KMOD_SUFFIX)
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,30,jbd ext3)
|
|
|
|
|
AUTOLOAD:=$(call AutoLoad,31,jbd ext3)
|
|
|
|
|
endef |
|
|
|
|
|
|
|
|
|
define KernelPackage/fs-ext3/description |
|
|
|
|