2010-07-21 11:20:53 +00:00
|
|
|
#
|
2012-11-06 05:39:08 +00:00
|
|
|
# Copyright (C) 2010-2012 OpenWrt.org
|
2010-07-21 11:20:53 +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:=cns3xxx
|
|
|
|
BOARDNAME:=Cavium Networks Econa CNS3xxx
|
2012-12-04 16:19:12 +00:00
|
|
|
FEATURES:=squashfs fpu gpio pcie usb usbgadget
|
2013-09-26 17:53:20 +00:00
|
|
|
CPU_TYPE:=mpcore
|
|
|
|
CPU_SUBTYPE:=vfp
|
2014-08-01 09:23:50 +00:00
|
|
|
MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
|
2010-07-21 11:20:53 +00:00
|
|
|
|
2016-01-18 22:38:23 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2010-07-21 11:20:53 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build images for Cavium Networks Econa CNS3xxx based boards,
|
|
|
|
eg. the Gateworks Laguna family
|
|
|
|
endef
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage
|
2010-07-21 11:20:53 +00:00
|
|
|
|
2012-11-06 05:39:08 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini
|
|
|
|
|
2010-07-21 11:20:53 +00:00
|
|
|
$(eval $(call BuildTarget))
|