From 6c9345bd8c4bf246f98c05d59be02e9bc09d37a5 Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Sun, 5 Mar 2017 16:07:09 +0800 Subject: malta: restore "be" subtarget from being source-only The malta "be" and "le" subtargets share the arch with many devices of ar71xx and ramips. They can be handy for testing, debugging, trying both snapshot and release builds. This commit makes the "be" subtarget part of the ci and release builds Signed-off-by: Yousong Zhou --- target/linux/malta/be64/target.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/malta/be64') diff --git a/target/linux/malta/be64/target.mk b/target/linux/malta/be64/target.mk index df67230bb2..3a5bb6a6dc 100644 --- a/target/linux/malta/be64/target.mk +++ b/target/linux/malta/be64/target.mk @@ -1,6 +1,7 @@ ARCH:=mips64 CPU_TYPE:=mips64 SUBTARGET:=be64 +FEATURES+=source-only BOARDNAME:=Big Endian (64-bits) define Target/Description -- cgit v1.2.3