aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-12-26 14:31:45 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-12-26 14:31:45 +0000
commit3087d2294404687ad274a0d8b000059100e27dd7 (patch)
treeb585f56325edf19e41901f905e714e3d327cf8d6 /include
parentcb25eaf86dba2c6185b8901705d243acf697b289 (diff)
downloadupstream-3087d2294404687ad274a0d8b000059100e27dd7.tar.gz
upstream-3087d2294404687ad274a0d8b000059100e27dd7.tar.bz2
upstream-3087d2294404687ad274a0d8b000059100e27dd7.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43780 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/image.mk1
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