2010-01-11 04:44:45 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009-2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# 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-02-15 20:03:18 +00:00
|
|
|
FEATURES:=jffs2 tgz ubifs audio
|
2010-03-05 04:15:51 +00:00
|
|
|
SUBTARGETS:=qi_lb60 n526
|
2010-01-11 04:44:45 +00:00
|
|
|
|
2010-02-28 10:16:47 +00:00
|
|
|
LINUX_VERSION:=2.6.32.9
|
2010-01-11 04:44:45 +00:00
|
|
|
|
|
|
|
DEVICE_TYPE=other
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:=uImage
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for XBurst JZ47x0 based boards.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|