X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=92bd3e4b1ae52df6b6121dacd2777eb99624897a;hb=74db9511dc40410aceb6ab7122c965aa4bc42af3;hp=47ade69782a899ba8cccd30e5358ef1f606f2274;hpb=c1dc6df8bd19306f1b7981cc28618bb8ffce8697;p=openwrt%2Fopenwrt.git diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 47ade69782..92bd3e4b1a 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:=3.2.12 +LINUX_VERSION:=3.10.44 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk