summaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2010-11-25 09:27:46 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-11-25 10:10:59 +0100
commit7ea5aac09c6cb59902dd2ca5cb37b08bbf2bd9ec (patch)
treed36337ab02382a19dd47a8a94201cd3b38f97f24 /platforms
parent6326dcdabaa3cd6ea58ee1f12afac34afb20ca6c (diff)
downloadptxdist-7ea5aac09c6cb59902dd2ca5cb37b08bbf2bd9ec.tar.gz
ptxdist-7ea5aac09c6cb59902dd2ca5cb37b08bbf2bd9ec.tar.xz
squashfs-tools: version bump to 4.1
This release fixes the problem that the root.squashfs file has access richts always set to 700 regardless of umask set. suqashfs-tools-4.1 respects umask properly. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> [mkl: ported squashfs-4.0 patch, turn off xattr by default] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'platforms')
-rw-r--r--platforms/image_squashfs.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/platforms/image_squashfs.in b/platforms/image_squashfs.in
index 97d864093..0d652d952 100644
--- a/platforms/image_squashfs.in
+++ b/platforms/image_squashfs.in
@@ -17,21 +17,21 @@ choice
prompt "squashfs version"
default HOST_SQUASHFS_TOOLS_V3X
help
- Select 4.0 if you are using linux-2.6.29 or later
+ Select 4.x if you are using linux-2.6.29 or later
Otherwise select the version that matches the squashfs patch you've
applied to your linux kernel tree.
config HOST_SQUASHFS_TOOLS_V3X
- bool "3.4"
+ bool "3.x"
help
Select 4.0 if you are using linux-2.6.29 or later
Otherwise select the version that matches the squashfs patch you've
applied to your linux kernel tree.
config HOST_SQUASHFS_TOOLS_V4X
- bool "4.0"
+ bool "4.x"
help
- Select 4.0 if you are using linux-2.6.29 or later
+ Select 4.x if you are using linux-2.6.29 or later
Otherwise select the version that matches the squashfs patch you've
applied to your linux kernel tree.