mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 22:43:53 +01:00
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
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user