mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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
This commit is contained in:
parent
8e411365b6
commit
e4b7bcdcd5
@ -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…
x
Reference in New Issue
Block a user