ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Mar 2012 19:38:08 +0000 (19:38 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 27 Mar 2012 19:38:08 +0000 (19:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31113 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/image/Makefile

index 0790e25..efd2cea 100644 (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
 
This page took 0.02506 seconds and 4 git commands to generate.