[kirkwood] Set -mtune to marvell-f
[openwrt.git] / target / linux / kirkwood / Makefile
index 40c8383..f227423 100644 (file)
@@ -9,12 +9,14 @@ include $(TOPDIR)/rules.mk
 ARCH:=arm
 BOARD:=kirkwood
 BOARDNAME:=Marvell Kirkwood
-FEATURES:=jffs2 usb broken
+FEATURES:=targz usb
 
-LINUX_VERSION:=2.6.30-rc6
+LINUX_VERSION:=2.6.35.4
 
 include $(INCLUDE_DIR)/target.mk
 
+CFLAGS:=-Os -pipe -march=armv5te -mtune=marvell-f -funit-at-a-time
+
 KERNELNAME:="uImage"
 
 DEFAULT_PACKAGES +=
This page took 0.02201 seconds and 4 git commands to generate.