diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-24 12:41:40 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 13:15:01 +0100 |
commit | f781c8e11e8679b8e6043ee6b00c0677843beb6e (patch) | |
tree | 2e1cd4ef569238e16621b63bde00b23af9b6e8bf | |
parent | 59a310818817614a5ab5fe3ff20200748306107c (diff) | |
download | upstream-f781c8e11e8679b8e6043ee6b00c0677843beb6e.tar.gz upstream-f781c8e11e8679b8e6043ee6b00c0677843beb6e.tar.bz2 upstream-f781c8e11e8679b8e6043ee6b00c0677843beb6e.zip |
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@nbd.name>
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 34818f17ba..caa51ea311 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@openwrt.org> -FEATURES:=ramdisk +FEATURES:=ramdisk source-only KERNEL_PATCHVER:=4.4 |