diff options
author | John Audia <graysky@archlinux.us> | 2021-11-06 12:31:50 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-07 19:59:10 +0100 |
commit | 83f1d72dea093836d8c4f6a8a1ace7c56ac05059 (patch) | |
tree | a5659df0a93b61a730e5baf7862cf7339449138c /include | |
parent | a50565157e61bb3e570b5b23dd6ff4c2e88ffee4 (diff) | |
download | upstream-83f1d72dea093836d8c4f6a8a1ace7c56ac05059.tar.gz upstream-83f1d72dea093836d8c4f6a8a1ace7c56ac05059.tar.bz2 upstream-83f1d72dea093836d8c4f6a8a1ace7c56ac05059.zip |
kernel: bump 5.10 to 5.10.78
All patches automatically rebased.
Build system: x86_64
Build-tested: bcm2711/RPi4B
Run-tested: bcm2711/RPi4B
Signed-off-by: John Audia <graysky@archlinux.us>
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 246fa46542..8cf7c9f289 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-5.4 = .158 -LINUX_VERSION-5.10 = .77 +LINUX_VERSION-5.10 = .78 LINUX_KERNEL_HASH-5.4.158 = 6e018fecdc8fc24553756e582d83b82d65b10a6b03ef36262a24911f839b8d59 -LINUX_KERNEL_HASH-5.10.77 = d3b64edfc1dd7212e62ed733aeeb73d64ffd6d9658d322d44cddf1b41d5b8fc3 +LINUX_KERNEL_HASH-5.10.78 = be806c98e222ea581530727a8e83b0b96fcd678afd12944eb530e58776a6050f remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |