diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 10:48:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-09 10:48:37 +0000 |
commit | 24e2385a59b4c296fd06ff41796befe931645d83 (patch) | |
tree | 0034a66a67ad7624d8785d86e0faa0a707360d9c /target/linux/orion/Makefile | |
parent | e976bf56006ea3709c60a8ada379e6efe0d6af9c (diff) | |
download | upstream-24e2385a59b4c296fd06ff41796befe931645d83.tar.gz upstream-24e2385a59b4c296fd06ff41796befe931645d83.tar.bz2 upstream-24e2385a59b4c296fd06ff41796befe931645d83.zip |
orion: switch to 3.3 and add broken flag
It is compile tested only.
SVN-Revision: 31658
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 e6e2686935..15432f90a1 100644 --- a/target/linux/orion/Makefile +++ b/target/linux/orion/Makefile @@ -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 |