ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31113 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2012-03-27 19:38:08 +00:00
parent bc6cbb5644
commit a25b939eac
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ define Image/Build/AthGzip
endef
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
endef