aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-04-28 15:08:11 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2021-04-29 11:02:56 +0100
commit62a0a8607f2f94f937c17bb7d7f4bff5fbaf15a2 (patch)
tree47a5b256f77aea32d011cfd2181d9f7e91c5b8f0 /include
parent0e3c31c14c4fb4d818e1cc8edc898a146f501942 (diff)
downloadupstream-62a0a8607f2f94f937c17bb7d7f4bff5fbaf15a2.tar.gz
upstream-62a0a8607f2f94f937c17bb7d7f4bff5fbaf15a2.tar.bz2
upstream-62a0a8607f2f94f937c17bb7d7f4bff5fbaf15a2.zip
kernel: bump 5.10 to 5.10.33
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 58576c241a..6063d055fc 100644
--- a/include/kernel-version.mk
+++ b/include/kernel-version.mk
@@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL
endif
LINUX_VERSION-5.4 = .113
-LINUX_VERSION-5.10 = .32
+LINUX_VERSION-5.10 = .33
LINUX_KERNEL_HASH-5.4.113 = 30cde92463c474b75f9eb197654570dd6dbb32ec20695544c5469f292662da47
-LINUX_KERNEL_HASH-5.10.32 = 644f8e326e4cb8eac65f0874774c09ccf91cbe0b55eb8438c1e8711d3d07d7ba
+LINUX_KERNEL_HASH-5.10.33 = 933fdbc36371c0f830b7a6a957a559fca2dad1cc0eaa852ef42fb168185b4315
remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1))))
sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1)))))))