summaryrefslogtreecommitdiffstats
path: root/target/linux/octeon
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-12 12:05:18 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-12 12:05:18 +0000
commitc8cede6aa75d7bf8d1f5aed485e7f45901f1e04b (patch)
tree735d55c9f2a6c29cac77f2507a80bfe9adbce4c9 /target/linux/octeon
parenta2efef024e66f9a64c4885f9c9ac70946790f798 (diff)
downloadmaster-31e0f0ae-c8cede6aa75d7bf8d1f5aed485e7f45901f1e04b.tar.gz
master-31e0f0ae-c8cede6aa75d7bf8d1f5aed485e7f45901f1e04b.tar.bz2
master-31e0f0ae-c8cede6aa75d7bf8d1f5aed485e7f45901f1e04b.zip
linux: add broken flag to remaining targets which are using 2.6.37
SVN-Revision: 31686
Diffstat (limited to 'target/linux/octeon')
-rw-r--r--target/linux/octeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile
index e05cc7d9a6..68d1eafd87 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 usb
+FEATURES:=squashfs jffs2 pci usb broken
CFLAGS:=-Os -pipe -march=octeon -fno-caller-saves
MAINTAINER:=Florian Fainelli <florian@openwrt.org>