aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-12-04 16:19:12 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-12-04 16:19:12 +0000
commitea51c07a1753705e262b5eae8fd1b8383ef46494 (patch)
tree29fbbf3e9eede617293767276f8ff36ccb0bb568 /target/linux/cns3xxx
parent4a233e175e05efb91185ff9dd5313dd268308d31 (diff)
downloadupstream-ea51c07a1753705e262b5eae8fd1b8383ef46494.tar.gz
upstream-ea51c07a1753705e262b5eae8fd1b8383ef46494.tar.bz2
upstream-ea51c07a1753705e262b5eae8fd1b8383ef46494.zip
cns3xxx: advertise pcie usb usbgadget features
Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34474 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r--target/linux/cns3xxx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile
index 72e51fd51c..50c0e948f2 100644
--- a/target/linux/cns3xxx/Makefile
+++ b/target/linux/cns3xxx/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=cns3xxx
BOARDNAME:=Cavium Networks Econa CNS3xxx
-FEATURES:=squashfs fpu gpio
+FEATURES:=squashfs fpu gpio pcie usb usbgadget
CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>