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 | ea51c07a1753705e262b5eae8fd1b8383ef46494 (patch) | |
tree | 29fbbf3e9eede617293767276f8ff36ccb0bb568 /target/linux/cns3xxx/Makefile | |
parent | 4a233e175e05efb91185ff9dd5313dd268308d31 (diff) | |
download | upstream-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/Makefile')
-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> |