diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-11 19:21:43 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-11 19:21:43 +0000 |
commit | d437c72c216b45aa27187bbfddbf43fafdc0b5fe (patch) | |
tree | b0ccfca82d2fc7fa0d5c747a303b10e3a376b86f /tools/squashfs4/patches/200-add-fixed-timestamp-option.patch | |
parent | e5c1cc55453169bcfc8623cf498e1f6485669246 (diff) | |
download | upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.tar.gz upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.tar.bz2 upstream-d437c72c216b45aa27187bbfddbf43fafdc0b5fe.zip |
tools/squashfs4: refresh patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47869
Diffstat (limited to 'tools/squashfs4/patches/200-add-fixed-timestamp-option.patch')
-rw-r--r-- | tools/squashfs4/patches/200-add-fixed-timestamp-option.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/squashfs4/patches/200-add-fixed-timestamp-option.patch b/tools/squashfs4/patches/200-add-fixed-timestamp-option.patch index 7ac1765eed..5cec51f7b7 100644 --- a/tools/squashfs4/patches/200-add-fixed-timestamp-option.patch +++ b/tools/squashfs4/patches/200-add-fixed-timestamp-option.patch @@ -1,7 +1,5 @@ -Index: squashfs4.2/squashfs-tools/mksquashfs.c -=================================================================== ---- squashfs4.2.orig/squashfs-tools/mksquashfs.c -+++ squashfs4.2/squashfs-tools/mksquashfs.c +--- a/squashfs-tools/mksquashfs.c ++++ b/squashfs-tools/mksquashfs.c @@ -175,6 +175,9 @@ unsigned int cache_bytes = 0, cache_size /* inode lookup table */ squashfs_inode *inode_lookup_table = NULL; |