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:35:47 +0100 |
commit | 4d73b6b8d03267ba6592ef19fc88498e62ba48fa (patch) | |
tree | 85105c583890b7ec18ea0a02bfdb692b37ccf6fc | |
parent | 0a4d20fa9c833000542baae3e9f66c339c7af424 (diff) | |
download | mtk-20170518-4d73b6b8d03267ba6592ef19fc88498e62ba48fa.zip mtk-20170518-4d73b6b8d03267ba6592ef19fc88498e62ba48fa.tar.gz mtk-20170518-4d73b6b8d03267ba6592ef19fc88498e62ba48fa.tar.bz2 |
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 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@openwrt.org> -FEATURES:=ramdisk +FEATURES:=ramdisk source-only KERNEL_PATCHVER:=4.4 |