X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=2b7dff84a2304b1e852c481c4b316111764c9d2d;hp=dcddd2cad83ea0348d62aa44d94782eece36f309;hb=f1ef0b92bef17f09fe61e1d2e8275d5fdb4c9cc8;hpb=c5821c1a3a94060be1c38315bfdf122aee5567c1 diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index dcddd2cad8..2b7dff84a2 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -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 +SUBTARGETS:=le be le64 be64 INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.39.2 +LINUX_VERSION:=3.10.21 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk