summaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-02-09 12:11:28 +0000
committerJohn Crispin <john@openwrt.org>2015-02-09 12:11:28 +0000
commit7af8f152dd912b79b67ea235391df11060ea8e7d (patch)
tree9da1ec3ebd109d619bbb9b608519d49c73f770ae /target/linux/malta
parent650a71bcf897a8f02b45884581631a5909cdfe55 (diff)
downloadmaster-31e0f0ae-7af8f152dd912b79b67ea235391df11060ea8e7d.tar.gz
master-31e0f0ae-7af8f152dd912b79b67ea235391df11060ea8e7d.tar.bz2
master-31e0f0ae-7af8f152dd912b79b67ea235391df11060ea8e7d.zip
malta: disable 64 builds as the userland has been broken for ages
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44341
Diffstat (limited to 'target/linux/malta')
-rw-r--r--target/linux/malta/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index 26dc4d949e..06cb68aee4 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
BOARD:=malta
BOARDNAME:=MIPS Malta CoreLV board (qemu)
-SUBTARGETS:=le be le64 be64
+SUBTARGETS:=le be #le64 be64
INITRAMFS_EXTRA_FILES:=
MAINTAINER:=Florian Fainelli <florian@openwrt.org>