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
|
2010-04-28 14:47:43 +00:00
|
|
|
FEATURES:=jffs2 targz ubifs audio
|
2010-08-29 18:19:20 +00:00
|
|
|
SUBTARGETS:=qi_lb60 n516 n526 id800wt
|
2010-01-11 04:44:45 +00:00
|
|
|
|
2011-03-18 13:25:32 +00:00
|
|
|
LINUX_VERSION:=2.6.37.4
|
2010-01-11 04:44:45 +00:00
|
|
|
|
|
|
|
DEVICE_TYPE=other
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for XBurst JZ47x0 based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|