diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-07-29 17:42:07 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-07-29 17:47:29 +0200 |
commit | 2b074654b0f259518aa56e0975ca8e26c0c12bc9 (patch) | |
tree | 52cfe011dd3f628f137d835f9cf9080a6cb8ee04 /target/linux | |
parent | 1172d809f286ca75b146262d3fe381ddcb4b51ec (diff) | |
download | upstream-2b074654b0f259518aa56e0975ca8e26c0c12bc9.tar.gz upstream-2b074654b0f259518aa56e0975ca8e26c0c12bc9.tar.bz2 upstream-2b074654b0f259518aa56e0975ca8e26c0c12bc9.zip |
ath79: make target source-only
In order to prevent build of images for this release as ath79 is going
to deprecate ar71xx in the next release.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 82f6317ac6..a0dc96ca09 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -6,7 +6,7 @@ BOARDNAME:=Atheros ATH79 (DTS) CPU_TYPE:=24kc SUBTARGETS:=generic nand tiny -FEATURES:=ramdisk +FEATURES:=ramdisk source-only KERNEL_PATCHVER:=4.14 |