1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-19 06:54:58 +01:00

Ext3 cannot load without mbcache, package it as well

SVN-Revision: 9822
This commit is contained in:
Florian Fainelli 2007-12-22 11:04:32 +00:00
parent 7af3296c76
commit 81bcc8cf96

@ -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