From 982dd01ac37f64892deb4003f4e53d3bc7a114c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 17 Feb 2017 06:57:33 +0100 Subject: Mark targets using kernel 3.18 as source-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're past v17.01.0-rc2 phase and these few targets are stuck at 3.18 kernel. We obviously don't want to have targets like this built for the release, especially with 3.18 being EOL. It may be not too late for bringing these targets back for the next minor release, so just mark them as source-only instead of dropping completely. Signed-off-by: Rafał Miłecki --- target/linux/mcs814x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mcs814x/Makefile') diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 8ba58886e91..0f69bbe3225 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=arm BOARD:=mcs814x BOARDNAME:=Moschip MCS814x -FEATURES:=usb squashfs low_mem +FEATURES:=usb squashfs low_mem source-only CPU_TYPE:=arm926ej-s MAINTAINER:=Florian Fainelli -- cgit v1.2.3