projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aafb639
)
add BOARD and KERNEL to tgz image file name
author
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Sep 2006 02:14:47 +0000
(
02:14
+0000)
committer
nico
<nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Sep 2006 02:14:47 +0000
(
02:14
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4850
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/image.mk
patch
|
blob
|
history
diff --git
a/include/image.mk
b/include/image.mk
index
903c27b
..
0651679
100644
(file)
--- a/
include/image.mk
+++ b/
include/image.mk
@@
-41,7
+41,7
@@
ifneq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
ifeq ($(CONFIG_TARGET_ROOTFS_TGZ),y)
define Image/mkfs/tgz
- tar -zcf $(BIN_DIR)/openwrt-rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ .
+ tar -zcf $(BIN_DIR)/openwrt-
$(BOARD)-$(KERNEL)-
rootfs.tgz --owner=root --group=root -C $(BUILD_DIR)/root/ .
endef
endif
This page took
0.046101 seconds
and
4
git commands to generate.