projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add support for multiple target arch,
[openwrt.git]
/
openwrt
/
target
/
linux
/
image
/
tgz.mk
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
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:
prepare:
compile:
This page took
0.019532 seconds
and
4
git commands to generate.