lantiq: define default leds in dts files
[openwrt/openwrt.git] / target / linux / malta / Makefile
index e343436b0ffa22bad677be029e7238b44dec974f..8392738f0252dd0120c4e4c769e6b3c043dd535c 100644 (file)
@@ -8,14 +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:=3.7.9
-
-DEVICE_TYPE:=developerboard
+KERNEL_PATCHVER:=3.18
 
 include $(INCLUDE_DIR)/target.mk