1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-24 00:31:06 +02:00

Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst

This commit is contained in:
Mirko Vogt 2010-05-17 14:36:38 +02:00
commit 2232bd372f
2 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,7 @@ DEVICE_TYPE=other
include $(INCLUDE_DIR)/target.mk
KERNELNAME:=uImage
KERNELNAME:=uImage zImage
define Target/Description
Build firmware images for XBurst JZ47x0 based boards.

View File

@ -19,6 +19,7 @@ endif
define Image/BuildKernel
cp $(LINUX_DIR)/arch/mips/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage.bin
cp $(LINUX_DIR)/arch/mips/boot/compressed/zImage $(BIN_DIR)/$(IMG_PREFIX)-zImage.bin
endef
define Image/Build/squashfs