From d1a2c0ed3c73ea37b506eae0edbbabdb366c2d5f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 6 Jun 2016 22:43:44 +0200 Subject: fs/squashfs: remove useless chmod When that was added (in 975e30b, fs/squashfs: fix image file permissions), the reasons were not quite explicit. We are now forcing the umask, and various tests have shown that the mode on the generated image file are correct without the chmod. Remove it. Signed-off-by: "Yann E. MORIN" Cc: Peter Korsgaard Acked-by: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- fs/squashfs/squashfs.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'fs') diff --git a/fs/squashfs/squashfs.mk b/fs/squashfs/squashfs.mk index eadbb8fe8..c4d9ca50b 100644 --- a/fs/squashfs/squashfs.mk +++ b/fs/squashfs/squashfs.mk @@ -27,7 +27,6 @@ endif define ROOTFS_SQUASHFS_CMD $(HOST_DIR)/usr/bin/mksquashfs $(TARGET_DIR) $@ -noappend \ $(ROOTFS_SQUASHFS_ARGS) - chmod 0644 $@ endef $(eval $(call ROOTFS_TARGET,squashfs)) -- cgit v1.2.3