diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-04 16:19:12 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-04 16:19:12 +0000 |
commit | fd0729f35cae8dd0f237d892403b39290d7468ce (patch) | |
tree | 291ce7c4a84f74e6c575c11ba695212b970f2023 /target/linux/cns3xxx | |
parent | 592aa9762665c033e1473d3de5e5137a9db57663 (diff) | |
download | upstream-fd0729f35cae8dd0f237d892403b39290d7468ce.tar.gz upstream-fd0729f35cae8dd0f237d892403b39290d7468ce.tar.bz2 upstream-fd0729f35cae8dd0f237d892403b39290d7468ce.zip |
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
Diffstat (limited to 'target/linux/cns3xxx')
-rw-r--r-- | target/linux/cns3xxx/Makefile | 2 |
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> |