mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 01:00:16 +02:00
ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31113 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
32fd04f49a
commit
9f6d45184a
@ -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 New Issue
Block a user