Re: [OpenWrt-Devel] [PATCH] Malta: avoid redundant vmlinux-initramfs.elf copy.

2013-07-12 Thread Yousong Zhou
Signed-off-by: Yousong Zhou On Sat, Jul 13, 2013 at 01:14:45PM +0800, Yousong Zhou wrote: > Also preserve order of components in image filename when doing copy from > $(KDIR) to $(BIN_DIR). > --- > include/image.mk |2 +- > target/linux/malta/image/Makefile |3 --- > 2 f

[OpenWrt-Devel] [PATCH] Malta: avoid redundant vmlinux-initramfs.elf copy.

2013-07-12 Thread Yousong Zhou
Also preserve order of components in image filename when doing copy from $(KDIR) to $(BIN_DIR). --- include/image.mk |2 +- target/linux/malta/image/Makefile |3 --- 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/include/image.mk b/include/image.mk index 7d