update wrt350nv2-builder to v2.4 and use new functionality for target orion_generic
[openwrt/staging/chunkeey.git] / target / linux / orion / Makefile
index 78e1f97a59c813fcc7fea18a357ad14b328e5d9c..e6e2686935d247bdd0923fa02c1a7244a7539b66 100644 (file)
@@ -9,11 +9,11 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=orion
 BOARDNAME:=Marvell Orion
-SUBTARGETS:=generic harddisk
-CFLAGS=-Os -pipe -march=armv5t -mtune=xscale -fno-caller-saves
+SUBTARGETS:=generic harddisk dns323
+CFLAGS=-Os -pipe -march=armv5te -mtune=xscale -fno-caller-saves
 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
 
-LINUX_VERSION:=2.6.37.6
+LINUX_VERSION:=3.0.18
 
 include $(INCLUDE_DIR)/target.mk