ar71xx: image: allow to use optional parameters for MkuImageLzma/initramfs

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38658 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2013-11-05 18:41:18 +00:00
parent 8e411365b6
commit e4b7bcdcd5
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ define MkuImageLzma
endef
define MkuImageLzma/initramfs
$(call PatchKernelLzma,$(1),$(2),,-initramfs)
$(call MkuImage,lzma,,$(KDIR_TMP)/vmlinux-initramfs-$(1).bin.lzma,$(call imgname,initramfs,$(1))-uImage.bin)
$(call PatchKernelLzma,$(1),$(2),$(3),-initramfs)
$(call MkuImage,lzma,$(4),$(KDIR_TMP)/vmlinux-initramfs-$(1).bin.lzma,$(call imgname,initramfs,$(1))-uImage.bin)
endef
define MkuImageGzip