linux: add broken flag to targets which are using 2.6.36
SVN-Revision: 31518
This commit is contained in:
parent
bfa2c971a0
commit
3bc2afc384
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=sparc
|
ARCH:=sparc
|
||||||
BOARD:=leon
|
BOARD:=leon
|
||||||
BOARDNAME:=LEON
|
BOARDNAME:=LEON
|
||||||
FEATURES+=fpu tgz
|
FEATURES+=fpu tgz broken
|
||||||
|
|
||||||
CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
|
CFLAGS:=-Os -pipe -mcpu=v8 -fno-caller-saves
|
||||||
KERNELNAME:="uImage"
|
KERNELNAME:="uImage"
|
||||||
|
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=sparc
|
ARCH:=sparc
|
||||||
BOARD:=sparc
|
BOARD:=sparc
|
||||||
BOARDNAME:=Sun UltraSPARC
|
BOARDNAME:=Sun UltraSPARC
|
||||||
FEATURES+=fpu tgz
|
FEATURES+=fpu tgz broken
|
||||||
|
|
||||||
LINUX_VERSION:=2.6.36.4
|
LINUX_VERSION:=2.6.36.4
|
||||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||||
|
|
Loading…
Reference in a new issue