tn3399_openwrt/package
Gabor Juhos 2d31dc039a package/ubox: fix jffs2 handling on MTD devices emulated by gluebi
The jffs2_ready() function in mount_root.c checks
the presence of various JFFS2 markers at the start
of a given MTD device. The function works on NOR
flashes because JFFS2 puts 'cleanmarker' nodes at
the start of freshly erased blocks.

However if jffs2 is used on a MTD device emulated
by the gluebi layer, the 'cleanmarker' nodes are
not present and the jffs2_ready() function fails.

Update the code to handle jffs2 correctly even on
MTD devices emulated by the gluebi layer.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38654
2013-11-05 16:31:12 +00:00
..
base-files Add package signing infrastructure 2013-10-02 12:12:10 +00:00
boot use a single package to build MLO/u-boot for all omap boards 2013-10-31 10:57:46 +00:00
devel disable mips16 for a few packages that don't compile with it 2013-08-14 14:29:15 +00:00
kernel kernel: fix dependencies of kmod-thermal 2013-11-03 20:18:45 +00:00
libs cyassl: drop obsolete patches 2013-10-30 15:16:59 +00:00
network dnsmasq: fix backward compatibility with existing configs 2013-11-04 22:40:56 +00:00
system package/ubox: fix jffs2 handling on MTD devices emulated by gluebi 2013-11-05 16:31:12 +00:00
utils fix various init scripts 2013-09-23 21:58:36 +00:00
Makefile package/index: fix index creating when building without signing 2013-10-02 16:38:28 +00:00