diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-05 16:07:09 +0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-03-05 16:34:17 +0100 |
commit | 6c9345bd8c4bf246f98c05d59be02e9bc09d37a5 (patch) | |
tree | 7a449f02715ad64d1af1bb1743b3db8c247e53a2 /target/linux/malta/be64 | |
parent | 7f0c95a7dfff8aa0b6f5e3e78263cab108245e4c (diff) | |
download | mtk-20170518-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.zip mtk-20170518-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.tar.gz mtk-20170518-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.tar.bz2 |
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 <yszhou4tech@gmail.com>
Diffstat (limited to 'target/linux/malta/be64')
-rw-r--r-- | target/linux/malta/be64/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/malta/be64/target.mk b/target/linux/malta/be64/target.mk index df67230..3a5bb6a 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 |