diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-08-11 12:56:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-08-11 12:56:00 +0000 |
commit | 035b41bafbee36bd77219010060ab5a3b0cfc928 (patch) | |
tree | a26ee1f2ea08b6d53d450e119b8e330de4bfdd67 /target/linux/mcs814x/Makefile | |
parent | 639112f0d5d73083e4fd4665384f9c0794132643 (diff) | |
download | upstream-035b41bafbee36bd77219010060ab5a3b0cfc928.tar.gz upstream-035b41bafbee36bd77219010060ab5a3b0cfc928.tar.bz2 upstream-035b41bafbee36bd77219010060ab5a3b0cfc928.zip |
disable PCI support
None of the boards we support have PCI connectors
SVN-Revision: 33130
Diffstat (limited to 'target/linux/mcs814x/Makefile')
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index a5818491cd..47569fe9d4 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mcs814x BOARDNAME:=Moschip MCS814x -FEATURES:=pci usb squashfs jffs2 +FEATURES:=usb squashfs jffs2 CFLAGS=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> |