change ext2/ext3 load order so that lazy mount tries ext3 before ext2
SVN-Revision: 18442
This commit is contained in:
parent
93fe520994
commit
0cd7179165
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ define KernelPackage/fs-ext2
|
||||||
KCONFIG:=CONFIG_EXT2_FS
|
KCONFIG:=CONFIG_EXT2_FS
|
||||||
DEPENDS:=$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
|
DEPENDS:=$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
|
||||||
FILES:=$(LINUX_DIR)/fs/ext2/ext2.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(LINUX_DIR)/fs/ext2/ext2.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,30,ext2)
|
AUTOLOAD:=$(call AutoLoad,32,ext2)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-ext2/description
|
define KernelPackage/fs-ext2/description
|
||||||
|
@ -102,7 +102,7 @@ define KernelPackage/fs-ext3
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/fs/ext3/ext3.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/fs/ext3/ext3.$(LINUX_KMOD_SUFFIX) \
|
||||||
$(LINUX_DIR)/fs/jbd/jbd.$(LINUX_KMOD_SUFFIX)
|
$(LINUX_DIR)/fs/jbd/jbd.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,30,jbd ext3)
|
AUTOLOAD:=$(call AutoLoad,31,jbd ext3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-ext3/description
|
define KernelPackage/fs-ext3/description
|
||||||
|
|
Loading…
Reference in a new issue