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-a3cf2f4a3e73master
parent
8e411365b6
commit
e4b7bcdcd5
|
@ -91,8 +91,8 @@ define MkuImageLzma
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MkuImageLzma/initramfs
|
define MkuImageLzma/initramfs
|
||||||
$(call PatchKernelLzma,$(1),$(2),,-initramfs)
|
$(call PatchKernelLzma,$(1),$(2),$(3),-initramfs)
|
||||||
$(call MkuImage,lzma,,$(KDIR_TMP)/vmlinux-initramfs-$(1).bin.lzma,$(call imgname,initramfs,$(1))-uImage.bin)
|
$(call MkuImage,lzma,$(4),$(KDIR_TMP)/vmlinux-initramfs-$(1).bin.lzma,$(call imgname,initramfs,$(1))-uImage.bin)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define MkuImageGzip
|
define MkuImageGzip
|
||||||
|
|
Loading…
Reference in New Issue