summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2021-02-14 20:17:31 +0000
committerDaniel Golle <daniel@makrotopia.org>2021-02-17 13:48:43 +0000
commit5bb9954826229782d4d285d65dfcca8a1c9e20d9 (patch)
treebe5beceb5fdbfb3498ea12bffc7a503fa97a8af2 /include
parent5ea33837f863d6843b4cb0a8f173f1f6e0aeac2b (diff)
downloadopenwrt-5bb9954826229782d4d285d65dfcca8a1c9e20d9.tar.gz
openwrt-5bb9954826229782d4d285d65dfcca8a1c9e20d9.tar.bz2
openwrt-5bb9954826229782d4d285d65dfcca8a1c9e20d9.zip
kernel: update kernel 5.10 to 5.10.16
Compile and runtime-tested on mediatek/mt7622 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'include')
-rw-r--r--include/kernel-version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk
index 41059e7caa..98c7f469d0 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif
LINUX_VERSION-5.4 = .98
-LINUX_VERSION-5.10 = .14
+LINUX_VERSION-5.10 = .16
LINUX_KERNEL_HASH-5.4.98 = 83a248d6fbe388f133769d736f36b754767abc9d66f1c034b537ad778fbd46b1
-LINUX_KERNEL_HASH-5.10.14 = fa27b79f198b5be969e497ed5461860df48e0591c85e60699fc8be26837a1d2a
+LINUX_KERNEL_HASH-5.10.16 = 536fe3ea273bfcc72b3571d3b3a7ff0a5bcdc16068efd22e42c4f9d03c200a37
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))