9db70476178f09c3fd96545ac65e8429923b4f8f
[openwrt/svn-archive/archive.git] / target / linux / cns21xx / Makefile
1 #
2 # Copyright (C) 2010-2011 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:=arm
10 BOARD:=cns21xx
11 BOARDNAME:=Cavium Networks Econa CNS21xx
12 FEATURES:=squashfs
13 CPU_TYPE:=fa526
14
15 LINUX_VERSION:=3.10.18
16
17 include $(INCLUDE_DIR)/target.mk
18
19 DEFAULT_PACKAGES += \
20 kmod-leds-gpio kmod-input-core kmod-input-gpio-keys \
21 kmod-button-hotplug
22
23 define Target/Description
24 Build firmware images for Cavium Networks CNS21XX based boards.
25 endef
26
27 KERNELNAME:="zImage uImage"
28
29 $(eval $(call BuildTarget))