2010-01-11 04:44:45 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2009-2011 OpenWrt.org
|
2010-01-11 04:44:45 +00: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 04:15:51 +00:00
|
|
|
BOARDNAME:=Ingenic XBurst
|
2015-03-26 19:46:01 +00:00
|
|
|
FEATURES:=targz nand ubifs audio
|
2015-03-01 15:56:43 +00:00
|
|
|
SUBTARGETS:=qi_lb60
|
2010-01-11 04:44:45 +00:00
|
|
|
|
2015-03-26 19:46:01 +00:00
|
|
|
KERNEL_PATCHVER:=3.18
|
2010-01-11 04:44:45 +00:00
|
|
|
|
2016-09-09 19:10:54 +00:00
|
|
|
DEVICE_TYPE:=other
|
2010-01-11 04:44:45 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for XBurst JZ47x0 based boards.
|
|
|
|
endef
|
|
|
|
|
2016-09-04 11:34:18 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-01-11 04:44:45 +00:00
|
|
|
$(eval $(call BuildTarget))
|