From e6aa1cab006268be2de19e4c82b5eff37516405c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 3 Apr 2011 01:02:00 +0000 Subject: tools/squashfs4: update to version 4.2 (adds support for xz compression) Based on a patch by Jonas Gorski SVN-Revision: 26422 --- tools/squashfs4/patches/140-mode_check.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tools/squashfs4/patches/140-mode_check.patch (limited to 'tools/squashfs4/patches/140-mode_check.patch') diff --git a/tools/squashfs4/patches/140-mode_check.patch b/tools/squashfs4/patches/140-mode_check.patch deleted file mode 100644 index 30ab4e1374..0000000000 --- a/tools/squashfs4/patches/140-mode_check.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/squashfs-tools/pseudo.c -+++ b/squashfs-tools/pseudo.c -@@ -374,7 +374,7 @@ - } - - -- if(mode > 0777) { -+ if(mode > 07777) { - ERROR("Mode %o out of range\n", mode); - goto error; - } -- cgit v1.2.3