From: Eric Andersen Date: Fri, 18 Feb 2005 23:58:16 +0000 (-0000) Subject: Do not squash perms, just owner X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb86ef270a6387f2cb66b1d90455967b8b7b75ea;p=buildroot.git Do not squash perms, just owner --- 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)