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
|
2014-06-11 20:59:22 +08:00
|
|
|
FEATURES:=targz nand ubifs audio
|
2010-08-30 02:19:20 +08:00
|
|
|
SUBTARGETS:=qi_lb60 n516 n526 id800wt
|
2010-01-11 12:44:45 +08:00
|
|
|
|
2014-07-21 01:31:11 +08:00
|
|
|
LINUX_VERSION:=3.10.49
|
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))
|