projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3d27e
)
fix tgz building
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 25 Jul 2005 18:38:22 +0000
(18:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 25 Jul 2005 18:38:22 +0000
(18:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1567
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
openwrt/target/linux/image/tgz.mk
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/image/tgz.mk
b/openwrt/target/linux/image/tgz.mk
index
850f5a6
..
6948329
100644
(file)
--- a/
openwrt/target/linux/image/tgz.mk
+++ b/
openwrt/target/linux/image/tgz.mk
@@
-7,7
+7,8
@@
$(KDIR)/rootfs.tar.gz: $(KDIR)/vmlinux.gz
gzip -f9 $(KDIR)/rootfs.tar
tgz-install: $(KDIR)/rootfs.tar.gz
- $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
+ cp $(KDIR)/vmlinux.gz $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux.gz
+ cp $(KDIR)/rootfs.tar.gz $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz
prepare:
compile: