xburst: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45805
This commit is contained in:
parent
282894a407
commit
d7f6b8e3be
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue