Skip to content

Commit

Permalink
linux: add broken flag to targets which are using 2.6.36
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31518 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
juhosg committed Apr 29, 2012
1 parent 907c8fd commit b2fc0c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion target/linux/leon/Makefile
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion target/linux/sparc/Makefile
Expand Up @@ -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>
Expand Down

0 comments on commit b2fc0c6

Please sign in to comment.