diff options
author | John Crispin <john@openwrt.org> | 2014-06-06 09:34:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-06 09:34:47 +0000 |
commit | b757deecadf9faaeddbbbb57a3ca2f4f61d70824 (patch) | |
tree | da87cb36dcc109b72cffc050724b47c278611c36 /package/utils/ubi-utils/patches | |
parent | 1352b866279930f5ba0e30aa6d2f50b2e69e8e1d (diff) | |
download | mtk-20170518-b757deecadf9faaeddbbbb57a3ca2f4f61d70824.zip mtk-20170518-b757deecadf9faaeddbbbb57a3ca2f4f61d70824.tar.gz mtk-20170518-b757deecadf9faaeddbbbb57a3ca2f4f61d70824.tar.bz2 |
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 <daniel@makrotopia.org>
SVN-Revision: 41033
Diffstat (limited to 'package/utils/ubi-utils/patches')
-rw-r--r-- | package/utils/ubi-utils/patches/130-lzma_jffs2.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/utils/ubi-utils/patches/130-lzma_jffs2.patch b/package/utils/ubi-utils/patches/130-lzma_jffs2.patch index a40199e..c788f25 100644 --- a/package/utils/ubi-utils/patches/130-lzma_jffs2.patch +++ b/package/utils/ubi-utils/patches/130-lzma_jffs2.patch @@ -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; |