diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 12:05:18 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-12 12:05:18 +0000 |
commit | c8cede6aa75d7bf8d1f5aed485e7f45901f1e04b (patch) | |
tree | 735d55c9f2a6c29cac77f2507a80bfe9adbce4c9 /target/linux/octeon | |
parent | a2efef024e66f9a64c4885f9c9ac70946790f798 (diff) | |
download | upstream-c8cede6aa75d7bf8d1f5aed485e7f45901f1e04b.tar.gz upstream-c8cede6aa75d7bf8d1f5aed485e7f45901f1e04b.tar.bz2 upstream-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/Makefile | 2 |
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> |