diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-05-29 09:30:23 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2021-05-29 10:48:52 +0100 |
commit | 25721d5f1f2baff0c5178ef4565938ad610eadef (patch) | |
tree | 61ac377a924099bc6ae7871faaf20b6b05ff9b81 /include | |
parent | 54cc1756e2b4d6712a4418c7b97825f79d04433c (diff) | |
download | upstream-25721d5f1f2baff0c5178ef4565938ad610eadef.tar.gz upstream-25721d5f1f2baff0c5178ef4565938ad610eadef.tar.bz2 upstream-25721d5f1f2baff0c5178ef4565938ad610eadef.zip |
kernel: bump 5.10 to 5.10.41
No patches needed refreshing.
Tested-on: X86_64 APU2
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-version.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel-version.mk b/include/kernel-version.mk index 96dfb1b2f0..92ddb45ad0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .121 -LINUX_VERSION-5.10 = .40 +LINUX_VERSION-5.10 = .41 LINUX_KERNEL_HASH-5.4.121 = 9d9327fca397e114bcc59d69fa5ae1ac8bac76b170ed811d1b1645df7456375f -LINUX_KERNEL_HASH-5.10.40 = 7480803acd7152b1e8248954e219ca9d8d95afa73ec2d8973170939ac44b2f24 +LINUX_KERNEL_HASH-5.10.41 = f604759de80767c4f8bdc500eec730dc161bc914a48bd366b748c176701a6771 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |