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