diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-10-08 17:56:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-10-08 17:56:31 +0000 |
commit | fee30ff73a6cbd8720f8dc7af814e2e40bbd66c2 (patch) | |
tree | b4dfdf17065f6107a44ad68bc26a70a6c6cdb8e1 /target/linux/octeon/Makefile | |
parent | 80bdc3e5c8b05b2d6a62a01eb1658848bf873cb5 (diff) | |
download | upstream-fee30ff73a6cbd8720f8dc7af814e2e40bbd66c2.tar.gz upstream-fee30ff73a6cbd8720f8dc7af814e2e40bbd66c2.tar.bz2 upstream-fee30ff73a6cbd8720f8dc7af814e2e40bbd66c2.zip |
[octeon] add support for the dwc_otg USB controller
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/octeon/Makefile')
-rw-r--r-- | target/linux/octeon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index df97819bc3..74d7a1764f 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mips BOARD:=octeon BOARDNAME:=Cavium Networks Octeon -FEATURES:=squashfs jffs2 pci +FEATURES:=squashfs jffs2 pci usb CFLAGS:=-Os -pipe -mtune=octeon -funit-at-a-time LINUX_VERSION:=2.6.30.8 |