malta: move to 4.4 kernel
[openwrt/openwrt.git] / target / linux / malta / Makefile
index 9ffb3de4eebe9260f54ddbcbd8d02ba101de6e42..a8663d89a4d3904e1676a984ffbd208ad4dc4d10 100644 (file)
@@ -8,11 +8,12 @@ include $(TOPDIR)/rules.mk
 
 BOARD:=malta
 BOARDNAME:=MIPS Malta CoreLV board (qemu)
-CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
-SUBTARGETS:=le be
+CPU_TYPE:=24kc
+SUBTARGETS:=le be #le64 be64
 INITRAMFS_EXTRA_FILES:=
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.37.6
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk