mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:42:49 +02:00
Ext3 cannot load without mbcache, package it as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9822 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cf6dac9a38
commit
97316ddfc2
@ -85,8 +85,9 @@ define KernelPackage/fs-ext3
|
|||||||
CONFIG_JBD
|
CONFIG_JBD
|
||||||
FILES:= \
|
FILES:= \
|
||||||
$(LINUX_DIR)/fs/ext3/ext3.$(LINUX_KMOD_SUFFIX) \
|
$(LINUX_DIR)/fs/ext3/ext3.$(LINUX_KMOD_SUFFIX) \
|
||||||
|
$(LINUX_DIR)/fs/mbcache.$(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,30,mbcache jbd ext3)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/fs-ext3/description
|
define KernelPackage/fs-ext3/description
|
||||||
|
Loading…
Reference in New Issue
Block a user