malta: disable 64 builds as the userland has been broken for ages
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44341
This commit is contained in:
parent
650a71bcf8
commit
7af8f152dd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue