diff options
author | John Audia <graysky@archlinux.us> | 2021-01-19 16:13:26 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-01-20 01:57:05 +0100 |
commit | 1bd005ea53a7844808881bacda45f9fbc60b805b (patch) | |
tree | 81bfa951d25d269b88a5ef5312915892be2172ed /include | |
parent | 0988e03f0e676286f3377d1530ebfb0d819ee629 (diff) | |
download | upstream-1bd005ea53a7844808881bacda45f9fbc60b805b.tar.gz upstream-1bd005ea53a7844808881bacda45f9fbc60b805b.tar.bz2 upstream-1bd005ea53a7844808881bacda45f9fbc60b805b.zip |
kernel: bump 5.4 to 5.4.91
All modification made by update_kernel.sh in a fresh clone without
existing toolchains.
Build system: x86_64
Build-tested: ipq806x/R7800, bcm27xx/bcm2711
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Tested-by: Curtis Deptuck <curtdept@me.com> [x86/64]
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 acd651f9ed..5f8614f060 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -6,9 +6,9 @@ ifdef CONFIG_TESTING_KERNEL KERNEL_PATCHVER:=$(KERNEL_TESTING_PATCHVER) endif -LINUX_VERSION-5.4 = .90 +LINUX_VERSION-5.4 = .91 -LINUX_KERNEL_HASH-5.4.90 = 646736bc063f181c22648934f0dc3d97d49aec6edfd7358d2fe3df29fb66fa1a +LINUX_KERNEL_HASH-5.4.91 = 0e0161bb034b9ba59e58a20985e49ecfb38104586602f53f37b382f508fc5c17 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |