ar71xx: image: allow to use optional parameters for MkuImageLzma/initramfs
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38658
This commit is contained in:
parent
cc4b946fa2
commit
c98db0707c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue