diff options
author | John Crispin <john@phrozen.org> | 2018-05-24 08:55:17 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-05-24 08:55:52 +0200 |
commit | f6a067a6995c521c90499170b667908dbf9eab7e (patch) | |
tree | 84edf4d16c2a947816902dcf906d0272e3164087 /target/linux/au1000/Makefile | |
parent | a03035dad198cd4b51645ceb43c1170f9cf95f16 (diff) | |
download | upstream-f6a067a6995c521c90499170b667908dbf9eab7e.tar.gz upstream-f6a067a6995c521c90499170b667908dbf9eab7e.tar.bz2 upstream-f6a067a6995c521c90499170b667908dbf9eab7e.zip |
kernel: mark all v3.18 and v4.4 kernels are source-only
These will be removed if not updated to v4.4
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/au1000/Makefile')
-rw-r--r-- | target/linux/au1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/au1000/Makefile b/target/linux/au1000/Makefile index debc41e978..ddc28d0f09 100644 --- a/target/linux/au1000/Makefile +++ b/target/linux/au1000/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=au1000 BOARDNAME:=RMI/AMD AU1x00 -FEATURES:=squashfs usb pci +FEATURES:=squashfs usb pci source-only SUBTARGETS:=au1500 au1550 MAINTAINER:=Florian Fainelli <florian@openwrt.org> |