aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-02-17 06:57:33 +0100
committerRafał Miłecki <rafal@milecki.pl>2017-02-17 06:58:33 +0100
commit982dd01ac37f64892deb4003f4e53d3bc7a114c4 (patch)
treed8ad248dec70ab6bc99a38f9ab5d3d0ec3d11855 /target/linux/mcs814x
parent25b7295617cc6b2e317ef970d6d8d04ada49822c (diff)
downloadupstream-982dd01ac37f64892deb4003f4e53d3bc7a114c4.tar.gz
upstream-982dd01ac37f64892deb4003f4e53d3bc7a114c4.tar.bz2
upstream-982dd01ac37f64892deb4003f4e53d3bc7a114c4.zip
Mark targets using kernel 3.18 as source-only
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 <rafal@milecki.pl>
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r--target/linux/mcs814x/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile
index 8ba58886e9..0f69bbe322 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 <florian@openwrt.org>