aboutsummaryrefslogtreecommitdiffstats
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
commitfd1880e698befa68a0471e1b7ec45945acd62563 (patch)
treea21cf4abc3cc8785098f8d987cfaa5692950c74f /target/linux/octeon
parentc7f8133c34beae49ba410a7946301e8df2d985c2 (diff)
downloadmaster-187ad058-fd1880e698befa68a0471e1b7ec45945acd62563.tar.gz
master-187ad058-fd1880e698befa68a0471e1b7ec45945acd62563.tar.bz2
master-187ad058-fd1880e698befa68a0471e1b7ec45945acd62563.zip
linux: add broken flag to remaining targets which are using 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31686 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>