diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-06-16 17:22:50 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-06-26 12:43:54 +0200 |
commit | b92794f4d02ebace7726fa7a6951e18186b48066 (patch) | |
tree | 4c43ca3ede453d883806151b11aba87cbc4d1b03 /include/kernel-version.mk | |
parent | 8569bc5e0d1bdc4b252bf3f4e7c893ea2e17c98f (diff) | |
download | upstream-b92794f4d02ebace7726fa7a6951e18186b48066.tar.gz upstream-b92794f4d02ebace7726fa7a6951e18186b48066.tar.bz2 upstream-b92794f4d02ebace7726fa7a6951e18186b48066.zip |
kernel: bump 5.10 to 5.10.46
Add the new symbol to the generic kconfig.
No deleted or manually refreshed patches.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'include/kernel-version.mk')
-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 1224eccd32..fdf18c4ce0 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .124 -LINUX_VERSION-5.10 = .44 +LINUX_VERSION-5.10 = .46 LINUX_KERNEL_HASH-5.4.124 = f7f29dda2b042d7b5986d18274413131cf70e17288c05e9a683df1f46c507d82 -LINUX_KERNEL_HASH-5.10.44 = 77beefa59c854ce1e8353db947a71a8a91f2a907aed45c1335ac1f209983c767 +LINUX_KERNEL_HASH-5.10.46 = 569122a39c6b325befb9ac1c07da0c53e6363b3baacd82081d131b06c1dc1415 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |