diff options
author | John Audia <graysky@archlinux.us> | 2020-12-08 09:27:08 -0500 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-12-09 17:05:40 +0100 |
commit | 3f165fa7ccc24a1927483457cd2a20511460550f (patch) | |
tree | 367d8720767a7b9f54f6c6ef5e98c0b6d3b1df83 /include | |
parent | dd5b3b58d8aa4427c40bc1247196a6693a57f460 (diff) | |
download | upstream-3f165fa7ccc24a1927483457cd2a20511460550f.tar.gz upstream-3f165fa7ccc24a1927483457cd2a20511460550f.tar.bz2 upstream-3f165fa7ccc24a1927483457cd2a20511460550f.zip |
kernel: bump 5.4 to 5.4.82
Removed since included upstream and could be reverse-applied by quilt:
backport-5.4/315-v5.10-usbnet-ipeth-fix-connectivity-with-ios-14.patch
Remaining 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>
Tested-by: Curtis Deptuck <curtdept@me.com> [build/run 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 11df16e9f5..2633ef5107 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 = .81 +LINUX_VERSION-5.4 = .82 -LINUX_KERNEL_HASH-5.4.81 = 9470bde475726996202d845a5fc3bc8bd3bb546bbc6816fb663fa73df25d8427 +LINUX_KERNEL_HASH-5.4.82 = fb4458e4ea38b6c5df4ee8cee0d9b0420b5aed07e273787b045c0db48709ddaf remove_uri_prefix=$(subst git://,,$(subst http://,,$(subst https://,,$(1)))) sanitize_uri=$(call qstrip,$(subst @,_,$(subst :,_,$(subst .,_,$(subst -,_,$(subst /,_,$(1))))))) |