lantiq: define default leds in dts files
[openwrt/openwrt.git] / target / linux / malta / Makefile
index 1f2d0c3e480fefe5e00cb6513e683abf3da9a43a..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.2
-
-DEVICE_TYPE:=developerboard
+KERNEL_PATCHVER:=3.18
 
 include $(INCLUDE_DIR)/target.mk