summaryrefslogtreecommitdiff
path: root/tools/squashfs4/patches/140-mode_check.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-04-03 01:02:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-04-03 01:02:00 +0000
commite6aa1cab006268be2de19e4c82b5eff37516405c (patch)
treea1bcdf9e6680ecd5a8646ab4923d8d43f9971437 /tools/squashfs4/patches/140-mode_check.patch
parentb9e759ae5a98e3f22e2865518bd3f076af56be61 (diff)
downloadmtk-20170518-e6aa1cab006268be2de19e4c82b5eff37516405c.zip
mtk-20170518-e6aa1cab006268be2de19e4c82b5eff37516405c.tar.gz
mtk-20170518-e6aa1cab006268be2de19e4c82b5eff37516405c.tar.bz2
tools/squashfs4: update to version 4.2 (adds support for xz compression)
Based on a patch by Jonas Gorski SVN-Revision: 26422
Diffstat (limited to 'tools/squashfs4/patches/140-mode_check.patch')
-rw-r--r--tools/squashfs4/patches/140-mode_check.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/squashfs4/patches/140-mode_check.patch b/tools/squashfs4/patches/140-mode_check.patch
deleted file mode 100644
index 30ab4e1..0000000
--- 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;
- }