From d7f6b8e3bead839ccf3b253c5b846f673348a12e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 28 May 2015 12:25:45 +0000 Subject: xburst: fix imagebuilder Signed-off-by: Jo-Philipp Wich SVN-Revision: 45805 --- target/linux/xburst/image/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'target/linux/xburst') diff --git a/target/linux/xburst/image/Makefile b/target/linux/xburst/image/Makefile index 49bb254164..58436d5359 100644 --- a/target/linux/xburst/image/Makefile +++ b/target/linux/xburst/image/Makefile @@ -31,8 +31,12 @@ define MkImageGzip -d $(1).gz $(2) endef +define Image/Prepare + $(call MkImageGzip,$(KDIR)/vmlinux,$(KDIR)/uimage) +endef + define Image/BuildKernel - $(call MkImageGzip,$(KDIR)/vmlinux,$(UIMAGE)) + cp $(KDIR)/uimage $(UIMAGE) endef define Image/Build/squashfs -- cgit v1.2.3