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/le | |
parent | 7f0c95a7dfff8aa0b6f5e3e78263cab108245e4c (diff) | |
download | upstream-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.tar.gz upstream-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.tar.bz2 upstream-6c9345bd8c4bf246f98c05d59be02e9bc09d37a5.zip |
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/le')
-rw-r--r-- | target/linux/malta/le/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/malta/le/target.mk b/target/linux/malta/le/target.mk index 2ee0ee010b..e642510621 100644 --- a/target/linux/malta/le/target.mk +++ b/target/linux/malta/le/target.mk @@ -1,5 +1,6 @@ ARCH:=mipsel SUBTARGET:=le +FEATURES+=source-only BOARDNAME:=Little Endian define Target/Description |