summaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-27 19:38:08 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-03-27 19:38:08 +0000
commit9f6d45184a70917a8ea8eebf6d60c20b1bf8b718 (patch)
treed828a4a2012ddd64b47d8477c35ed32fa9cebfe6 /target/linux
parent32fd04f49ad7ec92ddd96a9afb7a4174ada43c06 (diff)
ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 0790e25e1..efd2ceafc 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -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