From eb86ef270a6387f2cb66b1d90455967b8b7b75ea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 18 Feb 2005 23:58:16 +0000 Subject: [PATCH] Do not squash perms, just owner --- target/ext2/ext2root.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk index c65de39265..c83e99b6a3 100644 --- a/target/ext2/ext2root.mk +++ b/target/ext2/ext2root.mk @@ -42,7 +42,7 @@ genext2fs: $(GENEXT2_DIR)/genext2fs EXT2_OPTS := ifeq ($(strip $(BR2_TARGET_ROOTFS_EXT2_SQUASH)),y) -EXT2_OPTS += -q +EXT2_OPTS += -U endif ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)