From 7ea5aac09c6cb59902dd2ca5cb37b08bbf2bd9ec Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Thu, 25 Nov 2010 09:27:46 +0100 Subject: 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 [mkl: ported squashfs-4.0 patch, turn off xattr by default] Signed-off-by: Marc Kleine-Budde --- platforms/image_squashfs.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'platforms') 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. -- cgit v1.2.3