projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
650a71b
)
malta: disable 64 builds as the userland has been broken for ages
author
John Crispin
<john@openwrt.org>
Mon, 9 Feb 2015 12:11:28 +0000
(12:11 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 9 Feb 2015 12:11:28 +0000
(12:11 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44341
target/linux/malta/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/malta/Makefile
b/target/linux/malta/Makefile
index 26dc4d949e81bfac1c8af881610ebf1a68222fec..06cb68aee4427e0f8069771e154e2795dc421b7e 100644
(file)
--- 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>