aboutsummaryrefslogtreecommitdiffstats
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
commit461322087525f0c9a6bb8e6ab1af8a6dea94917f (patch)
tree3f02232de53773909d9b65893820367f2c06de25 /tools/squashfs4/patches/140-mode_check.patch
parent348c9234b37afb936a356526fb5896cadc667d2d (diff)
downloadmaster-187ad058-461322087525f0c9a6bb8e6ab1af8a6dea94917f.tar.gz
master-187ad058-461322087525f0c9a6bb8e6ab1af8a6dea94917f.tar.bz2
master-187ad058-461322087525f0c9a6bb8e6ab1af8a6dea94917f.zip
tools/squashfs4: update to version 4.2 (adds support for xz compression)
Based on a patch by Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26422 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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;
- }