mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-23 20:11:05 +02:00
[xburst] add zimage
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
parent
40b09019a1
commit
cb2a399c2d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user