aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-04-16 17:30:59 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-04-17 21:50:08 +0200
commit57e32650efa4d0c067cdd15c36d0403700df8526 (patch)
treec26779d6cab97c525c629fb6aff806c1082a44b5 /include
parentb3728f2cbd22c033ff852695eb6832c4040af37e (diff)
downloadupstream-57e32650efa4d0c067cdd15c36d0403700df8526.tar.gz
upstream-57e32650efa4d0c067cdd15c36d0403700df8526.tar.bz2
upstream-57e32650efa4d0c067cdd15c36d0403700df8526.zip
kernel: bump 5.10 to 5.10.31
Automatically refreshed: ramips/patches-5.10/710-at803x.patch Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
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 d3dee21a63..de67289c66 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif
LINUX_VERSION-5.4 = .110
-LINUX_VERSION-5.10 = .30
+LINUX_VERSION-5.10 = .31
LINUX_KERNEL_HASH-5.4.110 = d0f6978440e8a4b266cb1847405a764bca83667541b9e4cdbbc161fb0dd9b228
-LINUX_KERNEL_HASH-5.10.30 = d40269b5ac5c8424ec808f4484c7f80947f8f2d549b1ef1a5149aec5b6a20640
+LINUX_KERNEL_HASH-5.10.31 = 54eef1a4d29a2582281375e028ac73c2c5d90dfa21500fa8c3b00e529a2b510d
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))