From 2b074654b0f259518aa56e0975ca8e26c0c12bc9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0tetiar?= Date: Mon, 29 Jul 2019 17:42:07 +0200 Subject: [PATCH] ath79: make target source-only MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- target/linux/ath79/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1