malta: upgrade to kernel 4.9
[openwrt/staging/pepe2k.git] / target / linux / malta / Makefile
index 46374038711c5bd9f2dfa6ecb36b59fddd0a29ad..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.5
+KERNEL_PATCHVER:=4.9
 
 include $(INCLUDE_DIR)/target.mk