From: John Crispin Date: Mon, 9 Feb 2015 12:11:28 +0000 (+0000) Subject: malta: disable 64 builds as the userland has been broken for ages X-Git-Tag: reboot~4364 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=7af8f152dd912b79b67ea235391df11060ea8e7d malta: disable 64 builds as the userland has been broken for ages Signed-off-by: John Crispin SVN-Revision: 44341 --- 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