diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-12-26 14:31:45 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-12-26 14:31:45 +0000 |
commit | 9038e8d24841ca01e486b2238c9ac285ce1afb9d (patch) | |
tree | 51d09ac37ac199e9d13b5a119769e443fbafd312 | |
parent | e23b988bf5ac41db6e78517900413b1117804728 (diff) | |
download | upstream-9038e8d24841ca01e486b2238c9ac285ce1afb9d.tar.gz upstream-9038e8d24841ca01e486b2238c9ac285ce1afb9d.tar.bz2 upstream-9038e8d24841ca01e486b2238c9ac285ce1afb9d.zip |
don't copy initramfs.elf unconditionally
targets that need it should do it in their image Makefile
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43780
-rw-r--r-- | include/image.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |