config
docs
include
package
scripts
target
imagebuilder
linux
adm5120
adm8668
ar7
ar71xx
arc770
archs38
arm64
at91
ath25
au1000
bcm53xx
brcm2708
brcm47xx
brcm63xx
cns3xxx
base-files
files
image
patches-4.4
Makefile
config-4.4
gemini
generic
imx6
ipq806x
ixp4xx
kirkwood
lantiq
malta
mcs814x
mediatek
mpc85xx
mvebu
mxs
netlogic
octeon
omap
omap24xx
orion
oxnas
ppc40x
ppc44x
ramips
rb532
realview
socfpga
sunxi
uml
x86
xburst
zynq
Makefile
sdk
toolchain
Config.in
Makefile
toolchain
tools
.gitattributes
.gitignore
BSDmakefile
Config.in
LICENSE
Makefile
README
feeds.conf.default
rules.mk
31 lines
657 B
Makefile
31 lines
657 B
Makefile
#
|
|
# Copyright (C) 2010-2012 OpenWrt.org
|
|
#
|
|
# 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
|
|
FEATURES:=squashfs fpu gpio pcie usb usbgadget
|
|
CPU_TYPE:=mpcore
|
|
CPU_SUBTYPE:=vfp
|
|
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
|
|
|
KERNEL_PATCHVER:=4.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
define Target/Description
|
|
Build images for Cavium Networks Econa CNS3xxx based boards,
|
|
eg. the Gateworks Laguna family
|
|
endef
|
|
|
|
KERNELNAME:=zImage
|
|
|
|
DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini
|
|
|
|
$(eval $(call BuildTarget))
|