mirror of https://github.com/hak5/openwrt-owl.git
ar71xx: fix Cameo934x initramfs image generation
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38084owl
parent
7665c57a72
commit
cf5891fb39
|
@ -356,7 +356,7 @@ Image/Build/Cameo7240/initramfs=$(call MkuImageLzma/initramfs,$(2),$(3) $(cameo7
|
|||
|
||||
Image/Build/Cameo934x/buildkernel=$(call MkuImageLzma,$(2),$(3) $(cameo934x_mtdlayout))
|
||||
Image/Build/Cameo934x=$(call Image/Build/Cameo,$(1),$(2),$(3),$(cameo934x_mtdlayout),65536,15007718,$(4))
|
||||
Image/Build/Cameo934x/initramfs=$(call Image/Build/Cameo,$(1),$(2),$(3) $(cameo934x_mtdlayout))
|
||||
Image/Build/Cameo934x/initramfs=$(call MkuImageLzma/initramfs,$(2),$(3) $(cameo934x_mtdlayout))
|
||||
|
||||
|
||||
define Image/Build/CameoHornet
|
||||
|
|
Loading…
Reference in New Issue