summaryrefslogtreecommitdiffstats
path: root/include/target.mk
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:51:23 +0200
committerKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-08 09:51:23 +0200
commit0ef25a7aee37aeaaa110e7163d0726b278201b78 (patch)
treee0fed458d9819b1547eb67068f23923827b15eac /include/target.mk
parent4b9680f138264e73517a51f7155d96bf4a96b682 (diff)
downloadopenwrt-0ef25a7aee37aeaaa110e7163d0726b278201b78.tar.gz
openwrt-0ef25a7aee37aeaaa110e7163d0726b278201b78.tar.bz2
openwrt-0ef25a7aee37aeaaa110e7163d0726b278201b78.zip
kernel: remove linux 4.4 support
No targets are using this one 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 6eee068336..5a391acbce 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -51,7 +51,7 @@ else
endif
endif
-ifneq ($(filter 3.18 4.4 4.9,$(KERNEL_PATCHVER)),)
+ifneq ($(filter 3.18 4.9,$(KERNEL_PATCHVER)),)
DEFAULT_PACKAGES.router:=$(filter-out kmod-ipt-offload,$(DEFAULT_PACKAGES.router))
endif