ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs
SVN-Revision: 31113
This commit is contained in:
parent
6cd5fb7001
commit
692e47f49f
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ define Image/Build/AthGzip
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Image/Build/AthGzip/initramfs
|
define Image/Build/AthGzip/initramfs
|
||||||
$(call MkuImageLzma,$(2),$(3) $($(4)))
|
$(call MkuImageGzip,$(2),$(3) $($(4)))
|
||||||
$(CP) $(KDIR_TMP)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
|
$(CP) $(KDIR_TMP)/vmlinux-$(2).uImage $(call imgname,$(1),$(2))-uImage.bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue