malta: upgrade to kernel 4.9
[openwrt/staging/pepe2k.git] / target / linux / malta / Makefile
index 601f8eef4f21f3234599ba90d2aea358e3e54f92..c2b50f55bf9865be69a202b88e1b538558bc54dd 100644 (file)
@@ -8,12 +8,13 @@ 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>
+FEATURES:=ramdisk
 
-LINUX_VERSION:=3.2.15
+KERNEL_PATCHVER:=4.9
 
 include $(INCLUDE_DIR)/target.mk