aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-05-09 10:48:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-05-09 10:48:37 +0000
commitf59f32385f96a4327208666d727d2ada99085c80 (patch)
treef37b5e96bf63ab49c6cc96c67ef03ab716eb400b /target/linux/orion
parente8e568c7bf773cef94e5b74f7e5d534fae300ca4 (diff)
downloadmaster-187ad058-f59f32385f96a4327208666d727d2ada99085c80.tar.gz
master-187ad058-f59f32385f96a4327208666d727d2ada99085c80.tar.bz2
master-187ad058-f59f32385f96a4327208666d727d2ada99085c80.zip
orion: switch to 3.3 and add broken flag
It is compile tested only. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31658 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/orion')
-rw-r--r--target/linux/orion/Makefile4
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