Author: blogic Date: 2014-06-06 11:34:47 +0200 (Fri, 06 Jun 2014) New Revision: 41033
Modified: trunk/package/utils/ubi-utils/Makefile trunk/package/utils/ubi-utils/patches/130-lzma_jffs2.patch Log: ubi-utils: bump to version 1.5.1 for ubiblock support ubiblock allows creating and removing read-only block devices on top of ubi volumes. Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/utils/ubi-utils/Makefile =================================================================== --- trunk/package/utils/ubi-utils/Makefile 2014-06-06 09:34:38 UTC (rev 41032) +++ trunk/package/utils/ubi-utils/Makefile 2014-06-06 09:34:47 UTC (rev 41033) @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtd-utils -PKG_REV:=ab8c6fb93ce9db0f09401c4b819b0b277dc00340 -PKG_VERSION:=1.5.0 -PKG_RELEASE:=2 +PKG_REV:=7d2839b8dede3ae368780364b4a07473d2303219 +PKG_VERSION:=1.5.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git @@ -33,6 +33,7 @@ FILES:= \ ubiattach \ ubicrc32 \ + ubiblock \ ubidetach \ ubiformat \ ubimkvol \ Modified: trunk/package/utils/ubi-utils/patches/130-lzma_jffs2.patch =================================================================== --- trunk/package/utils/ubi-utils/patches/130-lzma_jffs2.patch 2014-06-06 09:34:38 UTC (rev 41032) +++ trunk/package/utils/ubi-utils/patches/130-lzma_jffs2.patch 2014-06-06 09:34:47 UTC (rev 41033) @@ -2,10 +2,10 @@ +++ b/Makefile @@ -3,7 +3,7 @@ - VERSION = 1.5.0 + VERSION = 1.5.1 --CPPFLAGS += -D_GNU_SOURCE -I./include -I$(BUILDDIR)/include -I./ubi-utils/include $(ZLIBCPPFLAGS) $(LZOCPPFLAGS) -+CPPFLAGS += -D_GNU_SOURCE -I./include -I$(BUILDDIR)/include -I./ubi-utils/include $(ZLIBCPPFLAGS) $(LZOCPPFLAGS) -I./include/linux/lzma +-CPPFLAGS += -D_GNU_SOURCE -I./include -I$(BUILDDIR)/include -I./ubi-utils/include $(ZLIBCPPFLAGS) $(LZOCPPFLAGS) $(UUIDCPPFLAGS) ++CPPFLAGS += -D_GNU_SOURCE -I./include -I$(BUILDDIR)/include -I./ubi-utils/include $(ZLIBCPPFLAGS) $(LZOCPPFLAGS) $(UUIDCPPFLAGS) -I./include/linux/lzma ifeq ($(WITHOUT_XATTR), 1) CPPFLAGS += -DWITHOUT_XATTR @@ -5011,7 +5011,7 @@ +} --- a/mkfs.jffs2.c +++ b/mkfs.jffs2.c -@@ -1658,11 +1658,11 @@ int main(int argc, char **argv) +@@ -1659,11 +1659,11 @@ int main(int argc, char **argv) } erase_block_size *= units; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
