Skip to content

Commit

Permalink
malta: restore "be" subtarget from being source-only
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
yousong authored and nbd168 committed Mar 5, 2017
1 parent 7f0c95a commit 6c9345b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/malta/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ CPU_TYPE:=24kc
SUBTARGETS:=le be le64 be64
INITRAMFS_EXTRA_FILES:=
MAINTAINER:=Florian Fainelli <[email protected]>
FEATURES:=ramdisk source-only
FEATURES:=ramdisk

KERNEL_PATCHVER:=4.4

Expand Down
1 change: 1 addition & 0 deletions target/linux/malta/be64/target.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARCH:=mips64
CPU_TYPE:=mips64
SUBTARGET:=be64
FEATURES+=source-only
BOARDNAME:=Big Endian (64-bits)

define Target/Description
Expand Down
1 change: 1 addition & 0 deletions target/linux/malta/le/target.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ARCH:=mipsel
SUBTARGET:=le
FEATURES+=source-only
BOARDNAME:=Little Endian

define Target/Description
Expand Down
1 change: 1 addition & 0 deletions target/linux/malta/le64/target.mk
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARCH:=mips64el
CPU_TYPE:=mips64
SUBTARGET:=le64
FEATURES+=source-only
BOARDNAME:=Little Endian (64-bits)

define Target/Description
Expand Down

0 comments on commit 6c9345b

Please sign in to comment.