update to 2.6.32.7
[openwrt-10.03/.git] / target / linux / xburst / Makefile
1 #
2 # Copyright (C) 2009-2010 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 ARCH:=mipsel
10 BOARD:=xburst
11 BOARDNAME:=XBurst JZ47x0
12 FEATURES:=jffs2 tgz ubifs
13
14 LINUX_VERSION:=2.6.32.7
15
16 DEVICE_TYPE=other
17
18 include $(INCLUDE_DIR)/target.mk
19
20 KERNELNAME:=uImage
21
22 DEFAULT_PACKAGES += gpioctl
23
24 define Target/Description
25         Build firmware images for XBurst JZ47x0 based boards.
26 endef
27
28 $(eval $(call BuildTarget))