From: Gabor Juhos Date: Tue, 24 Sep 2013 05:58:32 +0000 (+0000) Subject: ar71xx: build intramfs images for the Ubiquiti XM boards X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e07ac1d247fdb02ec86126e210e75fe94691d186;p=openwrt%2Fsvn-archive%2Farchive.git ar71xx: build intramfs images for the Ubiquiti XM boards Signed-off-by: Gabor Juhos SVN-Revision: 38147 --- diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a0b6e6d629..e0103a223c 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -497,6 +497,7 @@ define Image/Build/UBNT2 -o $(call factoryname,$(1),$(2)) endef +Image/Build/UBNTXM/initramfs=$(call MkuImageLzma/initramfs,$(2),$(3) $(ubntxm_mtdlayout)) Image/Build/UBNTXM/buildkernel=$(call MkuImageLzma,$(2),$(3) $(ubntxm_mtdlayout)) Image/Build/UBNTXM=$(call Image/Build/UBNT2,$(1),$(2),$(ubntxm_mtdlayout),$(4),$(5),$(6),$(7))