malta: restore "be" subtarget from being source-only
authorYousong Zhou <yszhou4tech@gmail.com>
Sun, 26 Feb 2017 09:46:23 +0000 (17:46 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Sun, 5 Mar 2017 08:03:44 +0000 (16:03 +0800)
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>
target/linux/malta/Makefile
target/linux/malta/be64/target.mk
target/linux/malta/le/target.mk
target/linux/malta/le64/target.mk

index caa51ea3114ff0b439c9fb5312862e9e2445a512..34818f17baf5a6800969960d8211d29291af8d24 100644 (file)
@@ -12,7 +12,7 @@ CPU_TYPE:=24kc
 SUBTARGETS:=le be le64 be64
 INITRAMFS_EXTRA_FILES:=
 MAINTAINER:=Florian Fainelli <florian@openwrt.org>
-FEATURES:=ramdisk source-only
+FEATURES:=ramdisk
 
 KERNEL_PATCHVER:=4.4
 
index df67230bb26bf06c6413a6820cd4fa39ebedb536..3a5bb6a6dc49344675268af8103b42404321bb6a 100644 (file)
@@ -1,6 +1,7 @@
 ARCH:=mips64
 CPU_TYPE:=mips64
 SUBTARGET:=be64
+FEATURES+=source-only
 BOARDNAME:=Big Endian (64-bits)
 
 define Target/Description
index 2ee0ee010b54b26437b4180a51e1c7fdb4ca9359..e642510621225932f7b713e1ac448209d035bdb7 100644 (file)
@@ -1,5 +1,6 @@
 ARCH:=mipsel
 SUBTARGET:=le
+FEATURES+=source-only
 BOARDNAME:=Little Endian
 
 define Target/Description
index a5ec081409e4464098bb0c26fd5ef050d49fa0e0..a0a55af5f778ab156f5ef0ac65bc447184322f3e 100644 (file)
@@ -1,6 +1,7 @@
 ARCH:=mips64el
 CPU_TYPE:=mips64
 SUBTARGET:=le64
+FEATURES+=source-only
 BOARDNAME:=Little Endian (64-bits)
 
 define Target/Description