diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-29 15:00:32 +0000 |
commit | 2c96c720686fd733f6a56f81fe4403e1ce347c95 (patch) | |
tree | 67439302fda3a6d259658b0d0192af320d62042b /target | |
parent | 08132839a5e16a7eb84720d34749fda3f1aa8fd5 (diff) | |
download | upstream-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')
-rw-r--r-- | target/linux/leon/Makefile | 2 | ||||
-rw-r--r-- | target/linux/sparc/Makefile | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile index fe859ff2c8..c7e48bfbb0 100644 --- a/target/linux/sparc/Makefile +++ b/target/linux/sparc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=sparc BOARD:=sparc BOARDNAME:=Sun UltraSPARC -FEATURES+=fpu tgz +FEATURES+=fpu tgz broken LINUX_VERSION:=2.6.36.4 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |