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
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
|
2010-12-31 01:19:16 +08:00
|
|
|
|
2013-02-18 05:32:42 +08:00
|
|
|
LINUX_VERSION:=3.7.9
|
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
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|