2010-12-30 17:19:16 +00:00
|
|
|
#
|
2011-02-25 17:46:03 +00:00
|
|
|
# Copyright (C) 2010-2011 OpenWrt.org
|
2010-12-30 17:19:16 +00: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 08:31:25 +00:00
|
|
|
BOARDNAME:=Cavium Networks Econa CNS21xx
|
2010-12-30 17:19:16 +00:00
|
|
|
FEATURES:=squashfs broken
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=armv4 -mtune=fa526 -fno-caller-saves
|
2010-12-30 17:19:16 +00:00
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-12-30 17:19:16 +00: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))
|