summaryrefslogtreecommitdiff
path: root/target/ext2
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-02-18 23:58:16 +0000
committerEric Andersen <andersen@codepoet.org>2005-02-18 23:58:16 +0000
commiteb86ef270a6387f2cb66b1d90455967b8b7b75ea (patch)
tree968da17750a79b40a52367f410f93afa44625557 /target/ext2
parent02242b9f3d7ef4dc9e952c95f7b799400291093a (diff)
Do not squash perms, just owner
Diffstat (limited to 'target/ext2')
-rw-r--r--target/ext2/ext2root.mk2
1 files changed, 1 insertions, 1 deletions
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)