Do not squash perms, just owner
authorEric Andersen <andersen@codepoet.org>
Fri, 18 Feb 2005 23:58:16 +0000 (23:58 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 18 Feb 2005 23:58:16 +0000 (23:58 -0000)
target/ext2/ext2root.mk

index c65de392653ed9ac8fe43e4bf41ceea95b94c53b..c83e99b6a3ac15c05a5e8c5abb372164fbdc5cb5 100644 (file)
@@ -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)