diff options
author | John Audia <graysky@archlinux.us> | 2020-10-17 07:53:44 -0400 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-10-20 03:01:27 +0200 |
commit | dd20ba98e701bdb519868588c63ec46e62fb768e (patch) | |
tree | 681aea358b196cda60e59f0b05e733edc86626f4 /include | |
parent | 33b76d66d1afa9d888f32587b18d78a930593ca5 (diff) | |
download | upstream-dd20ba98e701bdb519868588c63ec46e62fb768e.tar.gz upstream-dd20ba98e701bdb519868588c63ec46e62fb768e.tar.bz2 upstream-dd20ba98e701bdb519868588c63ec46e62fb768e.zip |
kernel: bump 5.4 to 5.4.72
All modifications made by update_kernel.sh
Build system: x86_64
Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711
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 bec2b73608..5b9c863041 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -7,10 +7,10 @@ ifdef CONFIG_TESTING_KERNEL endif LINUX_VERSION-4.19 = .138 -LINUX_VERSION-5.4 = .71 +LINUX_VERSION-5.4 = .72 LINUX_KERNEL_HASH-4.19.138 = d15c27d05f6c527269b75b30cc72972748e55720e7e00ad8abbaa4fe3b1d5e02 -LINUX_KERNEL_HASH-5.4.71 = 737049ef3cf38d46ee3b377354336cdbc1c4dd95b4e54975a70716f96c8d6cc7 +LINUX_KERNEL_HASH-5.4.72 = 0e24645bd56fe5b55a7a662895f5562c103d71b54d097281f0c9c71ff22c1172 remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |