ar71xx: add user-space support for the RB435G board
[openwrt.git] / target / linux / orion / Makefile
index a2dd84bb0050abb350f97178a12ed9e5e6195cc3..b81c4f5ccae10efb35b553bc13905cb4f795cc68 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 -funit-at-a-time
+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.1
+LINUX_VERSION:=3.3.8
 
 include $(INCLUDE_DIR)/target.mk