mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 04:15:47 +00:00
ar71xx: copy atheros initramfs images to the image directory
SVN-Revision: 29325
This commit is contained in:
parent
d97cf76790
commit
600b6efc41
@ -201,6 +201,7 @@ endef
|
||||
|
||||
define Image/Build/AthGzip/initramfs
|
||||
$(call MkuImageLzma,$(2),$(3) $($(4)))
|
||||
$(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
|
||||
endef
|
||||
|
||||
define Image/Build/AthLzma
|
||||
@ -210,6 +211,7 @@ endef
|
||||
|
||||
define Image/Build/AthLzma/initramfs
|
||||
$(call MkuImageLzma,$(2),$(3) $($(4)))
|
||||
$(CP) $(KDIR)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
|
||||
endef
|
||||
|
||||
define Image/Build/PB4X
|
||||
|
Loading…
x
Reference in New Issue
Block a user