X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=c05a30246fc93244dca51bc4a63d562fc3783f01;hb=bd758645eb70c1b9d3f52878eaaf2f901342e7fd;hp=9ffb3de4eebe9260f54ddbcbd8d02ba101de6e42;hpb=84b30485742005f4a44388f40191e302a893669c;p=openwrt.git diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 9ffb3de4ee..c05a30246f 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -8,11 +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.37.6 +LINUX_VERSION:=3.10.12 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk