X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/d46648401aee20c4983693e87620f84563e41cb6..2691ee027d5c25d96228641e4bf1a987d719c3b0:/target/linux/orion/Makefile diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index feb07492c..54e0c37ff 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 -LINUX_VERSION:=2.6.37.4 +LINUX_VERSION:=3.0.3 include $(INCLUDE_DIR)/target.mk