aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk2
-rw-r--r--include/target.mk2
2 files changed, 1 insertions, 3 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 1969efb1ad..210f1d5069 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,11 +2,9 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.4 = .121
LINUX_VERSION-4.9 = .117
LINUX_VERSION-4.14 = .60
-LINUX_KERNEL_HASH-4.4.121 = 44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729
LINUX_KERNEL_HASH-4.9.117 = 8232ea326ac5784d71baa09c0cd7806a2674f8449c0be73e2ae341e6880279b0
LINUX_KERNEL_HASH-4.14.60 = 6ce143258fba2e1f543ff56802e047d7d3a741f746b9c947dd088d4a2873b295
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