From: Florian Fainelli <florian@openwrt.org>
Date: Tue, 4 Dec 2012 16:19:12 +0000 (+0000)
Subject: cns3xxx: advertise pcie usb usbgadget features
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=fd0729f35cae8dd0f237d892403b39290d7468ce;p=openwrt%2Fstaging%2Fwigyori.git

cns3xxx: advertise pcie usb usbgadget features

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 34474
---

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>