[source] malta: mark as source-only to avoid wasting build resources

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 24 04:42:14 PST 2017


nbd pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/4d73b6b8d03267ba6592ef19fc88498e62ba48fa

commit 4d73b6b8d03267ba6592ef19fc88498e62ba48fa
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jan 24 12:41:40 2017 +0100

    malta: mark as source-only to avoid wasting build resources
    
    The le64 and be64 subtargets do not share a package architecture with
    any other targets, so they are pretty wasteful for a development-only
    target.
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/malta/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile
index 34818f1..caa51ea 100644
--- a/target/linux/malta/Makefile
+++ b/target/linux/malta/Makefile
@@ -12,7 +12,7 @@ CPU_TYPE:=24kc
 SUBTARGETS:=le be le64 be64
 INITRAMFS_EXTRA_FILES:=
 MAINTAINER:=Florian Fainelli <florian at openwrt.org>
-FEATURES:=ramdisk
+FEATURES:=ramdisk source-only
 
 KERNEL_PATCHVER:=4.4
 



More information about the lede-commits mailing list