X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fmalta%2FMakefile;h=bc8a7d4f6e003d0bbfbce23199c46dfbfda54fac;hb=6e62039e6b77f302a91be83beacc48d57948e71a;hp=4fbdf49d1102a998d515284e1e14fcbd2844feaa;hpb=2b3220f388e9d4d84dcda9c7c8c3d4d152ecdef3;p=openwrt.git diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 4fbdf49d11..bc8a7d4f6e 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.0 +LINUX_VERSION:=3.10.28 + +DEVICE_TYPE:=developerboard include $(INCLUDE_DIR)/target.mk