diff options
author | John Audia <graysky@archlinux.us> | 2021-04-10 09:12:08 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-04-17 21:50:08 +0200 |
commit | 33f419bf2acec1baa490cb93624acda7c3456a72 (patch) | |
tree | fc6cbfc7573a319994d0a2e6ff7a08039f6ca1cf /include | |
parent | 57e32650efa4d0c067cdd15c36d0403700df8526 (diff) | |
download | upstream-33f419bf2acec1baa490cb93624acda7c3456a72.tar.gz upstream-33f419bf2acec1baa490cb93624acda7c3456a72.tar.bz2 upstream-33f419bf2acec1baa490cb93624acda7c3456a72.zip |
kernel: bump 5.4 to 5.4.111
Refreshed with update_kernel.sh. No manual tweaks needed.
Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
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 de67289c66..746f75d212 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,10 +6,10 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-5.4 = .110 +LINUX_VERSION-5.4 = .111 LINUX_VERSION-5.10 = .31 -LINUX_KERNEL_HASH-5.4.110 = d0f6978440e8a4b266cb1847405a764bca83667541b9e4cdbbc161fb0dd9b228 +LINUX_KERNEL_HASH-5.4.111 = 21626132658dc34cb41b7aa7b80ecf83751890a71ac1a63d77aea9d488271a03 LINUX_KERNEL_HASH-5.10.31 = 54eef1a4d29a2582281375e028ac73c2c5d90dfa21500fa8c3b00e529a2b510d remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) |