From eb86ef270a6387f2cb66b1d90455967b8b7b75ea Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 18 Feb 2005 23:58:16 +0000 Subject: Do not squash perms, just owner --- target/ext2/ext2root.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/ext2/ext2root.mk b/target/ext2/ext2root.mk index c65de3926..c83e99b6a 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) -- cgit v1.2.3