ar71xx: copy atheros initramfs images to the image directory

SVN-Revision: 29325
lede-17.01
Gabor Juhos 2011-11-24 20:09:35 +00:00
parent d97cf76790
commit 600b6efc41
1 changed files with 2 additions and 0 deletions

View File

@ -201,6 +201,7 @@ endef
define Image/Build/AthGzip/initramfs define Image/Build/AthGzip/initramfs
$(call MkuImageLzma,$(2),$(3) $($(4))) $(call MkuImageLzma,$(2),$(3) $($(4)))
$(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
endef endef
define Image/Build/AthLzma define Image/Build/AthLzma
@ -210,6 +211,7 @@ endef
define Image/Build/AthLzma/initramfs define Image/Build/AthLzma/initramfs
$(call MkuImageLzma,$(2),$(3) $($(4))) $(call MkuImageLzma,$(2),$(3) $($(4)))
$(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
endef endef
define Image/Build/PB4X define Image/Build/PB4X