linux: add broken flag to targets which are using 2.6.36
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Apr 2012 15:00:32 +0000 (15:00 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Apr 2012 15:00:32 +0000 (15:00 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31518 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 561f138..4485932 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 fe859ff..c7e48bf 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>