2010-12-31 01:19:16 +08:00
|
|
|
#
|
2011-02-26 01:46:03 +08:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-12-31 01:19:16 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=cns21xx
|
2011-07-02 16:31:25 +08:00
|
|
|
BOARDNAME:=Cavium Networks Econa CNS21xx
|
2012-12-18 22:51:58 +08:00
|
|
|
FEATURES:=squashfs
|
2013-09-27 01:53:20 +08:00
|
|
|
CPU_TYPE:=fa526
|
2010-12-31 01:19:16 +08:00
|
|
|
|
2014-06-26 21:47:42 +08:00
|
|
|
LINUX_VERSION:=3.10.44
|
2010-12-31 01:19:16 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
DEFAULT_PACKAGES += \
|
|
|
|
kmod-leds-gpio kmod-input-core kmod-input-gpio-keys \
|
|
|
|
kmod-button-hotplug
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Cavium Networks CNS21XX based boards.
|
|
|
|
endef
|
|
|
|
|
2013-06-28 03:58:31 +08:00
|
|
|
KERNELNAME:="zImage uImage"
|
|
|
|
|
2010-12-31 01:19:16 +08:00
|
|
|
$(eval $(call BuildTarget))
|