Browse Source

malta: disable 64 builds as the userland has been broken for ages

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 44341
John Crispin 10 years ago
parent
commit
7af8f152dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/malta/Makefile

+ 1 - 1
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 <[email protected]>