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 | 8ace79f63d6669248c405c8d5b90fa9ce5d3975f (patch) | |
tree | 8c8eda5376e635ebb488d03902254f0e8c4f1d38 /target/linux/mcs814x/Makefile | |
parent | 9aa2b5a4ec4c09a85e4e7cc29fb4306162ff48a9 (diff) | |
download | upstream-8ace79f63d6669248c405c8d5b90fa9ce5d3975f.tar.gz upstream-8ace79f63d6669248c405c8d5b90fa9ce5d3975f.tar.bz2 upstream-8ace79f63d6669248c405c8d5b90fa9ce5d3975f.zip |
[mcs814x] disable PCI support
None of the boards we support have PCI connectors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33130 3c298f89-4303-0410-b956-a3cf2f4a3e73
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> |