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 | 3087d2294404687ad274a0d8b000059100e27dd7 (patch) | |
tree | b585f56325edf19e41901f905e714e3d327cf8d6 /include/image.mk | |
parent | cb25eaf86dba2c6185b8901705d243acf697b289 (diff) | |
download | upstream-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/image.mk')
-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 |