linux: add broken flag to targets which are using 2.6.36
authorGabor Juhos <juhosg@openwrt.org>
Sun, 29 Apr 2012 15:00:32 +0000 (15:00 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 29 Apr 2012 15:00:32 +0000 (15:00 +0000)
SVN-Revision: 31518

target/linux/leon/Makefile
target/linux/sparc/Makefile

index 561f138c8ff97b245f789995af24a030144021c9..44859327207837e9db7c1c22015288455413a167 100644 (file)
@@ -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"
index fe859ff2c8ce1cc5c7b557f554db2c9737b29077..c7e48bfbb0c948be8bd3187808e87c53f4e6aea3 100644 (file)
@@ -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>