From: Imre Kaloz Date: Fri, 26 Dec 2014 14:31:45 +0000 (+0000) Subject: don't copy initramfs.elf unconditionally X-Git-Tag: reboot~4875 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9038e8d24841ca01e486b2238c9ac285ce1afb9d don't copy initramfs.elf unconditionally targets that need it should do it in their image Makefile Signed-off-by: Imre Kaloz SVN-Revision: 43780 --- diff --git a/include/image.mk b/include/image.mk index f9b8998ed4..d6c8b7af87 100644 --- a/include/image.mk +++ b/include/image.mk @@ -89,7 +89,6 @@ define prepare_generic_squashfs endef define Image/BuildKernel/Initramfs - cp $(KDIR)/vmlinux-initramfs.elf $(BIN_DIR)/$(IMG_PREFIX)-vmlinux-initramfs.elf $(call Image/Build/Initramfs) endef