mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-03 09:01:05 +02:00
Merge branch 'xburst' of git@projects.qi-hardware.com:openwrt-xburst into xburst
This commit is contained in:
commit
2232bd372f
@ -18,7 +18,7 @@ DEVICE_TYPE=other
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
|
||||||
KERNELNAME:=uImage
|
KERNELNAME:=uImage zImage
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for XBurst JZ47x0 based boards.
|
Build firmware images for XBurst JZ47x0 based boards.
|
||||||
|
@ -19,6 +19,7 @@ endif
|
|||||||
|
|
||||||
define Image/BuildKernel
|
define Image/BuildKernel
|
||||||
cp $(LINUX_DIR)/arch/mips/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage.bin
|
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
|
endef
|
||||||
|
|
||||||
define Image/Build/squashfs
|
define Image/Build/squashfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user