2010-01-11 12:44:45 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2010-01-11 12:44:45 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mipsel
|
|
|
|
BOARD:=xburst
|
2010-03-05 12:15:51 +08:00
|
|
|
BOARDNAME:=Ingenic XBurst
|
2015-03-27 03:46:01 +08:00
|
|
|
FEATURES:=targz nand ubifs audio
|
2015-03-01 23:56:43 +08:00
|
|
|
SUBTARGETS:=qi_lb60
|
2010-01-11 12:44:45 +08:00
|
|
|
|
2015-03-27 03:46:01 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2010-01-11 12:44:45 +08:00
|
|
|
|
|
|
|
DEVICE_TYPE=other
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for XBurst JZ47x0 based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|