mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:34:43 +02:00
ar71xx: copy atheros initramfs images to the image directory
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29325 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1427b1d16a
commit
31fef29134
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user