Browse Source

xburst: fix imagebuilder

Signed-off-by: Jo-Philipp Wich <[email protected]>

SVN-Revision: 45805
Jo-Philipp Wich 10 years ago
parent
commit
d7f6b8e3be
1 changed files with 5 additions and 1 deletions
  1. 5 1
      target/linux/xburst/image/Makefile

+ 5 - 1
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