kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
[openwrt/staging/wigyori.git] / target / linux / malta / Makefile
index 0942e6b6aecbcac5f44c0de83936021c4d0aa0a7..1a82ea3e8d9929232f889646037427b6c12578cf 100644 (file)
@@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk
 
 BOARD:=malta
 BOARDNAME:=MIPS Malta CoreLV board (qemu)
-CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
+CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
 SUBTARGETS:=le be
 INITRAMFS_EXTRA_FILES:=
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.37.4
+LINUX_VERSION:=2.6.38.6
 
 include $(INCLUDE_DIR)/target.mk