projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02242b9
)
Do not squash perms, just owner
author
Eric Andersen
<andersen@codepoet.org>
Fri, 18 Feb 2005 23:58:16 +0000
(23:58 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Fri, 18 Feb 2005 23:58:16 +0000
(23:58 -0000)
target/ext2/ext2root.mk
patch
|
blob
|
history
diff --git
a/target/ext2/ext2root.mk
b/target/ext2/ext2root.mk
index c65de392653ed9ac8fe43e4bf41ceea95b94c53b..c83e99b6a3ac15c05a5e8c5abb372164fbdc5cb5 100644
(file)
--- 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)