summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-03-27 19:38:08 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-03-27 19:38:08 +0000
commit692e47f49f837dd5576d2a0396435c2b67d5d3e8 (patch)
tree719de21fe8c96f7b88744d8a78f4000ad62e16b3 /target/linux/ar71xx
parent6cd5fb7001902a47088303c1fd228ee0253c9255 (diff)
downloadmaster-31e0f0ae-692e47f49f837dd5576d2a0396435c2b67d5d3e8.tar.gz
master-31e0f0ae-692e47f49f837dd5576d2a0396435c2b67d5d3e8.tar.bz2
master-31e0f0ae-692e47f49f837dd5576d2a0396435c2b67d5d3e8.zip
ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfs
SVN-Revision: 31113
Diffstat (limited to 'target/linux/ar71xx')
-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 0790e25e1a..efd2ceafcb 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