malta: remove NAMESPACES config symbols
[openwrt/openwrt.git] / target / linux / malta / Makefile
index fc521b96ca40463e85ed1f82a7559567466fb097..a8663d89a4d3904e1676a984ffbd208ad4dc4d10 100644 (file)
@@ -8,13 +8,12 @@ include $(TOPDIR)/rules.mk
 
 BOARD:=malta
 BOARDNAME:=MIPS Malta CoreLV board (qemu)
-SUBTARGETS:=le be le64 be64
+CPU_TYPE:=24kc
+SUBTARGETS:=le be #le64 be64
 INITRAMFS_EXTRA_FILES:=
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=3.10.18
-
-DEVICE_TYPE:=developerboard
+KERNEL_PATCHVER:=4.4
 
 include $(INCLUDE_DIR)/target.mk