mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 07:03:21 +02:00
change ext2/ext3 load order so that lazy mount tries ext3 before ext2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18442 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e71fb302b1
commit
71b834c5a5
@ -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 New Issue
Block a user