Browse Source

Do not squash perms, just owner

Eric Andersen 20 years ago
parent
commit
eb86ef270a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/ext2/ext2root.mk

+ 1 - 1
target/ext2/ext2root.mk

@@ -42,7 +42,7 @@ genext2fs: $(GENEXT2_DIR)/genext2fs
 EXT2_OPTS :=
 EXT2_OPTS :=
 
 
 ifeq ($(strip $(BR2_TARGET_ROOTFS_EXT2_SQUASH)),y)
 ifeq ($(strip $(BR2_TARGET_ROOTFS_EXT2_SQUASH)),y)
-EXT2_OPTS += -q
+EXT2_OPTS += -U
 endif
 endif
 
 
 ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)
 ifneq ($(strip $(BR2_TARGET_ROOTFS_EXT2_BLOCKS)),0)