diff options
Diffstat (limited to 'target')
-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 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 |