aboutsummaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:56:49 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:56:49 +0200
commit4017c528ca9e0fda8eec87ec0cbc93fabfa53530 (patch)
treeab7d831e3c61e638b62b57e09f7b31baac697b9c /include/target.mk
parente3ab280e47000aee3dc0ea916bcb656490e9839d (diff)
downloadupstream-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.tar.gz
upstream-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.tar.bz2
upstream-4017c528ca9e0fda8eec87ec0cbc93fabfa53530.zip
kernel: remove linux 4.4 support
No targets are using it anymore Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 553f6c8ce5..53d7436311 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -51,7 +51,7 @@ else
endif
endif
-ifneq ($(filter 4.4 4.9,$(KERNEL_PATCHVER)),)
+ifneq ($(filter 4.9,$(KERNEL_PATCHVER)),)
DEFAULT_PACKAGES.router:=$(filter-out kmod-ipt-offload,$(DEFAULT_PACKAGES.router))
endif