diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2011-07-11 20:35:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2011-07-11 20:35:16 +0000 |
commit | 0321740a622fe79cdf958985188cc81476bef192 (patch) | |
tree | 0530b1d3d07e79e9825dba526c0aa65f90571cb3 /target/linux/orion/Makefile | |
parent | 1e395abc80b13bf820aca5909ea9f4429dad313f (diff) | |
download | upstream-0321740a622fe79cdf958985188cc81476bef192.tar.gz upstream-0321740a622fe79cdf958985188cc81476bef192.tar.bz2 upstream-0321740a622fe79cdf958985188cc81476bef192.zip |
upgrade to 3.0-rc6 and optimize for armv5te again
SVN-Revision: 27592
Diffstat (limited to 'target/linux/orion/Makefile')
-rw-r--r-- | target/linux/orion/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index 78e1f97a59..0427735515 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -10,10 +10,10 @@ ARCH:=arm BOARD:=orion BOARDNAME:=Marvell Orion SUBTARGETS:=generic harddisk -CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -fno-caller-saves +CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=2.6.37.6 +LINUX_VERSION:=3.0-rc6 include $(INCLUDE_DIR)/target.mk |