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
This commit is contained in:
parent
e23b988bf5
commit
9038e8d248
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue