X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/5a446cf2d810fef6cc21b395548158e6d1e4ba27..db5c8f65cad92980356baab0c8dd383357b6ff36:/target/linux/orion/Makefile diff --git a/target/linux/orion/Makefile b/target/linux/orion/Makefile index a2dd84bb0..a8201f57e 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 -funit-at-a-time +CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves MAINTAINER:=Imre Kaloz -LINUX_VERSION:=2.6.37.1 +LINUX_VERSION:=3.0.1 include $(INCLUDE_DIR)/target.mk