Root/target/linux/xburst/Makefile

Source at commit 1c406daf9520ee85932009a7d9367b39a2336ad4 created 12 years 7 months ago.
By Xiangfu Liu, ben nanonote: forward patches to linux-3.0
1#
2# Copyright (C) 2009-2011 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7include $(TOPDIR)/rules.mk
8
9ARCH:=mipsel
10BOARD:=xburst
11BOARDNAME:=Ingenic XBurst
12FEATURES:=jffs2 targz ubifs audio
13SUBTARGETS:=qi_lb60 n516 n526 id800wt
14
15LINUX_VERSION:=3.0
16
17DEVICE_TYPE=other
18
19include $(INCLUDE_DIR)/target.mk
20
21define Target/Description
22    Build firmware images for XBurst JZ47x0 based boards.
23endef
24
25$(eval $(call BuildTarget))
26

Archive Download this file



interactive