diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-02-18 23:58:16 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-02-18 23:58:16 +0000 |
commit | eb86ef270a6387f2cb66b1d90455967b8b7b75ea (patch) | |
tree | 968da17750a79b40a52367f410f93afa44625557 | |
parent | 02242b9f3d7ef4dc9e952c95f7b799400291093a (diff) | |
download | buildroot-novena-eb86ef270a6387f2cb66b1d90455967b8b7b75ea.tar.gz buildroot-novena-eb86ef270a6387f2cb66b1d90455967b8b7b75ea.zip |
Do not squash perms, just owner
-rw-r--r-- | target/ext2/ext2root.mk | 2 |
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) |