aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/leon
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-04-29 15:00:32 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-04-29 15:00:32 +0000
commit2c96c720686fd733f6a56f81fe4403e1ce347c95 (patch)
tree67439302fda3a6d259658b0d0192af320d62042b /target/linux/leon
parent08132839a5e16a7eb84720d34749fda3f1aa8fd5 (diff)
downloadupstream-2c96c720686fd733f6a56f81fe4403e1ce347c95.tar.gz
upstream-2c96c720686fd733f6a56f81fe4403e1ce347c95.tar.bz2
upstream-2c96c720686fd733f6a56f81fe4403e1ce347c95.zip
linux: add broken flag to targets which are using 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31518 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/leon')
-rw-r--r--target/linux/leon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/leon/Makefile b/target/linux/leon/Makefile
index 561f138c8f..4485932720 100644
--- a/target/linux/leon/Makefile
+++ b/target/linux/leon/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
ARCH:=sparc
BOARD:=leon
BOARDNAME:=LEON
-FEATURES+=fpu tgz
+FEATURES+=fpu tgz broken
CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
KERNELNAME:="uImage"