aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/malta
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-02-09 12:11:28 +0000
committerJohn Crispin <blogic@openwrt.org>2015-02-09 12:11:28 +0000
commitdca763211cbf9847cfefe05395e9549b07792955 (patch)
tree3817688a2a32462828e745d9e3d6a7614058321e /target/linux/malta
parentadb7f002da4e57b177b433d0b21d85d40208e116 (diff)
downloadmaster-187ad058-dca763211cbf9847cfefe05395e9549b07792955.tar.gz
master-187ad058-dca763211cbf9847cfefe05395e9549b07792955.tar.bz2
master-187ad058-dca763211cbf9847cfefe05395e9549b07792955.zip
malta: disable 64 builds as the userland has been broken for ages
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44341 3c298f89-4303-0410-b956-a3cf2f4a3e73
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>