Sorry to bother you. I found the patch
https://dev.openwrt.org/changeset/26645/trunk/package/kernel/modules/fs.mk
which points out clearly the reason
Maarten
On Sun, 2011-07-03 at 20:49 +0200, Maarten Bezemer wrote:
> Why does the ext3 kernel module require LINUX_2_6_30 or LINUX_2_6_31 to
> be s
Why does the ext3 kernel module require LINUX_2_6_30 or LINUX_2_6_31 to
be set? In package/kernel/modeules.fs.mk:
DEPENDS:=$(if $(DUMP)$(CONFIG_FS_MBCACHE),+kmod-fs-mbcache)
@LINUX_2_6_30||LINUX_2_6_31
The Orion Marvell target uses 2.6.37(.6) and therefore the ext3
filesystem is not present anymo