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 | 3bc2afc384c4eb5852cfc74f056a045c9dd17dd6 (patch) | |
tree | 8297a095008e5fbf940e24faf5b3eed2170c6e88 /target/linux/leon | |
parent | bfa2c971a022b64d408661a49159ab32e31614cf (diff) | |
download | upstream-3bc2afc384c4eb5852cfc74f056a045c9dd17dd6.tar.gz upstream-3bc2afc384c4eb5852cfc74f056a045c9dd17dd6.tar.bz2 upstream-3bc2afc384c4eb5852cfc74f056a045c9dd17dd6.zip |
linux: add broken flag to targets which are using 2.6.36
SVN-Revision: 31518
Diffstat (limited to 'target/linux/leon')
-rw-r--r-- | target/linux/leon/Makefile | 2 |
1 files changed, 1 insertions, 1 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" |