From 2d31dc039ac69bca62edd9f915834f5e7ebe4d25 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 5 Nov 2013 16:31:12 +0000 Subject: 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 SVN-Revision: 38654 --- package/system/ubox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/ubox/Makefile') diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile index 51040fe73b..6e587a4e3b 100644 --- a/package/system/ubox/Makefile +++ b/package/system/ubox/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ubox PKG_VERSION:=2013-10-27 -PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/ubox.git -- cgit v1.2.3