diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:38:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-03-27 19:38:08 +0000 |
commit | a25b939eacfb373d715006d83269d63c6f6ccc40 (patch) | |
tree | d828a4a2012ddd64b47d8477c35ed32fa9cebfe6 /target/linux/ar71xx | |
parent | bc6cbb564450b22c7f5d98f1ee36140c7fae76a3 (diff) | |
download | upstream-a25b939eacfb373d715006d83269d63c6f6ccc40.tar.gz upstream-a25b939eacfb373d715006d83269d63c6f6ccc40.tar.bz2 upstream-a25b939eacfb373d715006d83269d63c6f6ccc40.zip |
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/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
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 |