orion: switch to 3.3 and add broken flag

It is compile tested only.

SVN-Revision: 31658
owl
Gabor Juhos 2012-05-09 10:48:37 +00:00
parent e976bf5600
commit 24e2385a59
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=orion
BOARDNAME:=Marvell Orion
SUBTARGETS:=generic harddisk dns323
SUBTARGETS:=generic harddisk dns323 broken
CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
LINUX_VERSION:=3.0.18
LINUX_VERSION:=3.3.5
include $(INCLUDE_DIR)/target.mk