X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d46648401aee20c4983693e87620f84563e41cb6..166dc561a123b406b0109214e356f93cf0a087a6:/target/linux/orion/Makefile

diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile
index feb07492c..ed899a139 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.4
+LINUX_VERSION:=3.0.18
 
 include $(INCLUDE_DIR)/target.mk