From: Gabor Juhos Date: Mon, 23 Sep 2013 12:14:19 +0000 (+0000) Subject: ar71xx: image: allow to build initramfs for Planex devices X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=96b92b508108d3d4e1a6e90bcb353cccbf2642ca ar71xx: image: allow to build initramfs for Planex devices Signed-off-by: Gabor Juhos SVN-Revision: 38138 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 03f1031c2d..8e9f3edc96 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -528,6 +528,7 @@ define Image/Build/UBNT endef +Image/Build/Planex/initramfs=$(call MkuImageGzip/initramfs,$(2),$(3) $(planex_mtdlayout)) Image/Build/Planex/loader=$(call Image/BuildLoaderAlone,$(1),gz,$(2) $(planex_mtdlayout),0x52000,0) define Image/Build/Planex/buildkernel