summaryrefslogtreecommitdiffstats
path: root/package/utils/ubi-utils/patches
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-06-06 09:34:47 +0000
committerJohn Crispin <john@openwrt.org>2014-06-06 09:34:47 +0000
commitb757deecadf9faaeddbbbb57a3ca2f4f61d70824 (patch)
treeda87cb36dcc109b72cffc050724b47c278611c36 /package/utils/ubi-utils/patches
parent1352b866279930f5ba0e30aa6d2f50b2e69e8e1d (diff)
downloadmaster-31e0f0ae-b757deecadf9faaeddbbbb57a3ca2f4f61d70824.tar.gz
master-31e0f0ae-b757deecadf9faaeddbbbb57a3ca2f4f61d70824.tar.bz2
master-31e0f0ae-b757deecadf9faaeddbbbb57a3ca2f4f61d70824.zip
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.patch8
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 a40199eb6b..c788f25d29 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;