aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-08-07 10:33:52 +0200
committerJo-Philipp Wich <jo@mein.io>2018-08-08 16:35:19 +0200
commitca3174e4e9dedb3990a37800799b72562016a706 (patch)
tree5eb29c86be61e364db374312a3b32d4e34cdd617 /include
parent0990dfc9cebe535aec54e28a2ed4324cdf387109 (diff)
downloadupstream-ca3174e4e9dedb3990a37800799b72562016a706.tar.gz
upstream-ca3174e4e9dedb3990a37800799b72562016a706.tar.bz2
upstream-ca3174e4e9dedb3990a37800799b72562016a706.zip
kernel: bump 4.9 to 4.9.118
Refreshed all patches. Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com> (backported from commit f7036a34ace38b701243e9357d7f509f8a66f0b1)
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 210f1d5069..508d8217b9 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -2,10 +2,12 @@
LINUX_RELEASE?=1
-LINUX_VERSION-4.9 = .117
+LINUX_VERSION-4.4 = .121
+LINUX_VERSION-4.9 = .118
LINUX_VERSION-4.14 = .60
-LINUX_KERNEL_HASH-4.9.117 = 8232ea326ac5784d71baa09c0cd7806a2674f8449c0be73e2ae341e6880279b0
+LINUX_KERNEL_HASH-4.4.121 = 44a88268b5088dc326b30c9b9133ac35a9a200b636b7268d08f32abeae6ca729
+LINUX_KERNEL_HASH-4.9.118 = 7df789e40c6040cd6f6e34326f477b389ab7eaf2bb04940fca4bbe5e733add57
LINUX_KERNEL_HASH-4.14.60 = 6ce143258fba2e1f543ff56802e047d7d3a741f746b9c947dd088d4a2873b295
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))