projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
re-enable s3c24xx-specific sound modules to fix build of kmod-soundcore
[openwrt.git]
/
include
/
image.mk
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
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
endef
endif
This page took
0.020849 seconds
and
4
git commands to generate.