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 | 81573b0fa69969d63318d48b72cb489f57b3d93e (patch) | |
tree | 275ec16463dcd925a5caa24e089852a2d39558a8 /target/linux/orion/Makefile | |
parent | 1dedd8f7026d6b84f65419f76e34525a2370ddde (diff) | |
download | upstream-81573b0fa69969d63318d48b72cb489f57b3d93e.tar.gz upstream-81573b0fa69969d63318d48b72cb489f57b3d93e.tar.bz2 upstream-81573b0fa69969d63318d48b72cb489f57b3d93e.zip |
[orion]: upgrade to 3.0-rc6 and optimize for armv5te again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27592 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |