projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7523aea
)
fix potential rootfs owner/group mismatch (tgz root only, patch from #4562)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Feb 2009 17:19:29 +0000
(17:19 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 19 Feb 2009 17:19:29 +0000
(17:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14569
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index
2b239ca
..
7de2d63
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-62,7
+62,7
@@
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
ifeq ($(CONFIG_TARGET_ROOTFS_TGZ),y)
define Image/mkfs/tgz
- $(TAR) -zcf $(BIN_DIR)/openwrt-$(BOARD)-rootfs.tgz --
owner=root --group=root
-C $(TARGET_DIR)/ .
+ $(TAR) -zcf $(BIN_DIR)/openwrt-$(BOARD)-rootfs.tgz --
numeric-owner --owner=0 --group=0
-C $(TARGET_DIR)/ .
endef
endif
This page took
0.023187 seconds
and
4
git commands to generate.