On 9 July 2015 at 08:26, John Crispin <[email protected]> wrote: > > > On 08/07/2015 23:00, Roman Yeryomin wrote: >> Signed-off-by: Roman Yeryomin <[email protected]> >> --- >> target/linux/gemini/image/Makefile | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/target/linux/gemini/image/Makefile >> b/target/linux/gemini/image/Makefile >> index 7ed1d61..1c51b62 100644 >> --- a/target/linux/gemini/image/Makefile >> +++ b/target/linux/gemini/image/Makefile >> @@ -74,7 +74,8 @@ define Image/Build >> dd if=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img of=$(BIN_DIR)/rd.gz bs=6144k >> count=1 >> # dd if=/dev/zero of=$(BIN_DIR)/hddapp.tgz bs=6144k count=1 >> dd if=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img of=$(BIN_DIR)/hddapp.tgz >> bs=6144k count=1 seek=1 >> - cp $(KDIR)/$(IMG_PREFIX)-nas4220-zImage $(BIN_DIR)/zImage >> + cp $(KDIR)/$(IMG_PREFIX)-nas4220-zImage $(BIN_DIR)/ >> + cp $(BIN_DIR)/$(IMG_PREFIX)-nas4220-zImage $(BIN_DIR)/zImage > > this will lead to the same file being int the bin/ folder twice with > different names. is that intentional ? >
zImage is packed into sysupgrade image and removed later... _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
